public static interface GetBucketReplicationResponse.Builder extends S3Response.Builder, CopyableBuilder<GetBucketReplicationResponse.Builder,GetBucketReplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetBucketReplicationResponse.Builder |
replicationConfiguration(Consumer<ReplicationConfiguration.Builder> replicationConfiguration)
Sets the value of the ReplicationConfiguration property for this object.
|
GetBucketReplicationResponse.Builder |
replicationConfiguration(ReplicationConfiguration replicationConfiguration)
Sets the value of the ReplicationConfiguration property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetBucketReplicationResponse.Builder replicationConfiguration(ReplicationConfiguration replicationConfiguration)
replicationConfiguration - The new value for the ReplicationConfiguration property for this object.default GetBucketReplicationResponse.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)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.