| 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)
This element lets you specify a prefix for the keys that the log files will be stored under.
|
LoggingEnabled.Builder |
LoggingEnabled.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoggingEnabled.Builder> |
LoggingEnabled.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetBucketLoggingResponse.Builder |
GetBucketLoggingResponse.Builder.loggingEnabled(Consumer<LoggingEnabled.Builder> loggingEnabled)
Sets the value of the LoggingEnabled property for this object.
|
default BucketLoggingStatus.Builder |
BucketLoggingStatus.Builder.loggingEnabled(Consumer<LoggingEnabled.Builder> loggingEnabled)
Sets the value of the LoggingEnabled property for this object.
|
Copyright © 2019. All rights reserved.