public static interface IncreaseReplicaCountResponse.Builder extends ElastiCacheResponse.Builder, SdkPojo, CopyableBuilder<IncreaseReplicaCountResponse.Builder,IncreaseReplicaCountResponse>
Modifier and Type | Method and Description |
---|---|
default IncreaseReplicaCountResponse.Builder |
replicationGroup(Consumer<ReplicationGroup.Builder> replicationGroup)
Sets the value of the ReplicationGroup property for this object.
|
IncreaseReplicaCountResponse.Builder |
replicationGroup(ReplicationGroup replicationGroup)
Sets the value of the ReplicationGroup property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
IncreaseReplicaCountResponse.Builder replicationGroup(ReplicationGroup replicationGroup)
replicationGroup
- The new value for the ReplicationGroup property for this object.default IncreaseReplicaCountResponse.Builder replicationGroup(Consumer<ReplicationGroup.Builder> replicationGroup)
ReplicationGroup.Builder
avoiding the need to
create one manually via ReplicationGroup.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to replicationGroup(ReplicationGroup)
.replicationGroup
- a consumer that will call methods on ReplicationGroup.Builder
replicationGroup(ReplicationGroup)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.