public static interface BucketLoggingStatus.Builder extends CopyableBuilder<BucketLoggingStatus.Builder,BucketLoggingStatus>
| Modifier and Type | Method and Description |
|---|---|
default BucketLoggingStatus.Builder |
loggingEnabled(Consumer<LoggingEnabled.Builder> loggingEnabled)
Sets the value of the LoggingEnabled property for this object.
|
BucketLoggingStatus.Builder |
loggingEnabled(LoggingEnabled loggingEnabled)
Sets the value of the LoggingEnabled property for this object.
|
copyapply, buildBucketLoggingStatus.Builder loggingEnabled(LoggingEnabled loggingEnabled)
loggingEnabled - The new value for the LoggingEnabled property for this object.default BucketLoggingStatus.Builder loggingEnabled(Consumer<LoggingEnabled.Builder> loggingEnabled)
LoggingEnabled.Builder avoiding the need to
create one manually via LoggingEnabled.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loggingEnabled(LoggingEnabled).loggingEnabled - a consumer that will call methods on LoggingEnabled.BuilderloggingEnabled(LoggingEnabled)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.