| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static LoggingEnabled.Builder |
LoggingEnabled.builder() |
LoggingEnabled.Builder |
LoggingEnabled.Builder.targetBucket(String targetBucket)
Specifies the bucket where you want Amazon S3 to store server access logs.
|
LoggingEnabled.Builder |
LoggingEnabled.Builder.targetGrants(Collection<TargetGrant> targetGrants)
|
LoggingEnabled.Builder |
LoggingEnabled.Builder.targetGrants(Consumer<TargetGrant.Builder>... targetGrants)
This is a convenience that creates an instance of the
List avoiding the need to
create one manually via List. |
LoggingEnabled.Builder |
LoggingEnabled.Builder.targetGrants(TargetGrant... targetGrants)
|
LoggingEnabled.Builder |
LoggingEnabled.Builder.targetPrefix(String targetPrefix)
A prefix for all log object keys.
|
LoggingEnabled.Builder |
LoggingEnabled.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoggingEnabled.Builder> |
LoggingEnabled.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BucketLoggingStatus.Builder |
BucketLoggingStatus.Builder.loggingEnabled(Consumer<LoggingEnabled.Builder> loggingEnabled)
This is a convenience that creates an instance of the
LoggingEnabled.Builder avoiding the need to
create one manually via LoggingEnabled.builder(). |
default GetBucketLoggingResponse.Builder |
GetBucketLoggingResponse.Builder.loggingEnabled(Consumer<LoggingEnabled.Builder> loggingEnabled)
This is a convenience that creates an instance of the
LoggingEnabled.Builder avoiding the need to
create one manually via LoggingEnabled.builder(). |
Copyright © 2019. All rights reserved.