| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static BucketLoggingStatus.Builder |
BucketLoggingStatus.builder() |
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(). |
BucketLoggingStatus.Builder |
BucketLoggingStatus.Builder.loggingEnabled(LoggingEnabled loggingEnabled)
|
BucketLoggingStatus.Builder |
BucketLoggingStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BucketLoggingStatus.Builder> |
BucketLoggingStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutBucketLoggingRequest.Builder |
PutBucketLoggingRequest.Builder.bucketLoggingStatus(Consumer<BucketLoggingStatus.Builder> bucketLoggingStatus)
This is a convenience that creates an instance of the
BucketLoggingStatus.Builder avoiding the need
to create one manually via BucketLoggingStatus.builder(). |
Copyright © 2019. All rights reserved.