public static interface IncreaseReplicationFactorResponse.Builder extends DAXResponse.Builder, CopyableBuilder<IncreaseReplicationFactorResponse.Builder,IncreaseReplicationFactorResponse>
| Modifier and Type | Method and Description |
|---|---|
IncreaseReplicationFactorResponse.Builder |
cluster(Cluster cluster)
A description of the DAX cluster.
|
default IncreaseReplicationFactorResponse.Builder |
cluster(Consumer<Cluster.Builder> cluster)
A description of the DAX cluster.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildIncreaseReplicationFactorResponse.Builder cluster(Cluster cluster)
A description of the DAX cluster. with its new replication factor.
cluster - A description of the DAX cluster. with its new replication factor.default IncreaseReplicationFactorResponse.Builder cluster(Consumer<Cluster.Builder> cluster)
A description of the DAX cluster. with its new replication factor.
This is a convenience that creates an instance of theCluster.Builder avoiding the need to create one
manually via Cluster.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to cluster(Cluster).cluster - a consumer that will call methods on Cluster.Buildercluster(Cluster)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.