Uses of Interface
software.amazon.awssdk.services.s3.model.PutBucketReplicationRequest.Builder
Packages that use PutBucketReplicationRequest.Builder
-
Uses of PutBucketReplicationRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type PutBucketReplicationRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.putBucketReplication(Consumer<PutBucketReplicationRequest.Builder> putBucketReplicationRequest) default PutBucketReplicationResponseS3Client.putBucketReplication(Consumer<PutBucketReplicationRequest.Builder> putBucketReplicationRequest) -
Uses of PutBucketReplicationRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutBucketReplicationRequest.BuilderModifier and TypeMethodDescriptionThe name of the bucketPutBucketReplicationRequest.builder()PutBucketReplicationRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketReplicationRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the request when you use the SDK.PutBucketReplicationRequest.Builder.contentMD5(String contentMD5) The Base64 encoded 128-bitMD5digest of the data.PutBucketReplicationRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.PutBucketReplicationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutBucketReplicationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutBucketReplicationRequest.Builder.replicationConfiguration(Consumer<ReplicationConfiguration.Builder> replicationConfiguration) Sets the value of the ReplicationConfiguration property for this object.PutBucketReplicationRequest.Builder.replicationConfiguration(ReplicationConfiguration replicationConfiguration) Sets the value of the ReplicationConfiguration property for this object.PutBucketReplicationRequest.toBuilder()A token to allow Object Lock to be enabled for an existing bucket.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutBucketReplicationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutBucketReplicationRequest.Builder>PutBucketReplicationRequest.serializableBuilderClass()