public static interface PutBucketReplicationRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<PutBucketReplicationRequest.Builder,PutBucketReplicationRequest>
buildoverrideConfigurationcopyapplyMutation, buildPutBucketReplicationRequest.Builder bucket(String bucket)
bucket - PutBucketReplicationRequest.Builder contentMD5(String contentMD5)
The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit.
contentMD5 - The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity
check to verify that the request body was not corrupted in transit.PutBucketReplicationRequest.Builder replicationConfiguration(ReplicationConfiguration replicationConfiguration)
replicationConfiguration - default PutBucketReplicationRequest.Builder replicationConfiguration(Consumer<ReplicationConfiguration.Builder> replicationConfiguration)
ReplicationConfiguration.Builder avoiding the
need to create one manually via ReplicationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to replicationConfiguration(ReplicationConfiguration).replicationConfiguration - a consumer that will call methods on ReplicationConfiguration.BuilderreplicationConfiguration(ReplicationConfiguration)PutBucketReplicationRequest.Builder token(String token)
A token that allows Amazon S3 object lock to be enabled for an existing bucket.
token - A token that allows Amazon S3 object lock to be enabled for an existing bucket.PutBucketReplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutBucketReplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.