public static interface PutBucketLoggingRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<PutBucketLoggingRequest.Builder,PutBucketLoggingRequest>
| Modifier and Type | Method and Description |
|---|---|
PutBucketLoggingRequest.Builder |
bucket(String bucket)
|
PutBucketLoggingRequest.Builder |
bucketLoggingStatus(BucketLoggingStatus bucketLoggingStatus)
|
default 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(). |
PutBucketLoggingRequest.Builder |
contentMD5(String contentMD5)
|
PutBucketLoggingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutBucketLoggingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildPutBucketLoggingRequest.Builder bucket(String bucket)
bucket - PutBucketLoggingRequest.Builder bucketLoggingStatus(BucketLoggingStatus bucketLoggingStatus)
bucketLoggingStatus - default PutBucketLoggingRequest.Builder bucketLoggingStatus(Consumer<BucketLoggingStatus.Builder> bucketLoggingStatus)
BucketLoggingStatus.Builder avoiding the need
to create one manually via BucketLoggingStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to bucketLoggingStatus(BucketLoggingStatus).bucketLoggingStatus - a consumer that will call methods on BucketLoggingStatus.BuilderbucketLoggingStatus(BucketLoggingStatus)PutBucketLoggingRequest.Builder contentMD5(String contentMD5)
contentMD5 - PutBucketLoggingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutBucketLoggingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.