public static interface GetBucketLoggingResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<GetBucketLoggingResponse.Builder,GetBucketLoggingResponse>
| Modifier and Type | Method and Description |
|---|---|
default 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(). |
GetBucketLoggingResponse.Builder |
loggingEnabled(LoggingEnabled loggingEnabled)
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetBucketLoggingResponse.Builder loggingEnabled(LoggingEnabled loggingEnabled)
loggingEnabled - 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 © 2019. All rights reserved.