public static interface GetBucketLoggingResponse.Builder extends S3Response.Builder, CopyableBuilder<GetBucketLoggingResponse.Builder,GetBucketLoggingResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetBucketLoggingResponse.Builder |
loggingEnabled(Consumer<LoggingEnabled.Builder> loggingEnabled)
Sets the value of the LoggingEnabled property for this object.
|
GetBucketLoggingResponse.Builder |
loggingEnabled(LoggingEnabled loggingEnabled)
Sets the value of the LoggingEnabled property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetBucketLoggingResponse.Builder loggingEnabled(LoggingEnabled loggingEnabled)
loggingEnabled - The new value for the LoggingEnabled property for this object.default GetBucketLoggingResponse.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.