public static interface DecreaseReplicationFactorResponse.Builder extends DaxResponse.Builder, SdkPojo, CopyableBuilder<DecreaseReplicationFactorResponse.Builder,DecreaseReplicationFactorResponse>
Modifier and Type | Method and Description |
---|---|
DecreaseReplicationFactorResponse.Builder |
cluster(Cluster cluster)
A description of the DAX cluster, after you have decreased its replication factor.
|
default DecreaseReplicationFactorResponse.Builder |
cluster(Consumer<Cluster.Builder> cluster)
A description of the DAX cluster, after you have decreased its replication factor.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DecreaseReplicationFactorResponse.Builder cluster(Cluster cluster)
A description of the DAX cluster, after you have decreased its replication factor.
cluster
- A description of the DAX cluster, after you have decreased its replication factor.default DecreaseReplicationFactorResponse.Builder cluster(Consumer<Cluster.Builder> cluster)
A description of the DAX cluster, after you have decreased its 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.Builder
cluster(Cluster)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.