Interface DecreaseReplicationFactorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DecreaseReplicationFactorResponse.Builder,,DecreaseReplicationFactorResponse> DaxResponse.Builder,SdkBuilder<DecreaseReplicationFactorResponse.Builder,,DecreaseReplicationFactorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DecreaseReplicationFactorResponse
public static interface DecreaseReplicationFactorResponse.Builder
extends DaxResponse.Builder, SdkPojo, CopyableBuilder<DecreaseReplicationFactorResponse.Builder,DecreaseReplicationFactorResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncluster(Consumer<Cluster.Builder> cluster) A description of the DAX cluster, after you have decreased its replication factor.A description of the DAX cluster, after you have decreased its replication factor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.dax.model.DaxResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
cluster
A description of the DAX cluster, after you have decreased its replication factor.
- Parameters:
cluster- A description of the DAX cluster, after you have decreased its replication factor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cluster
A description of the DAX cluster, after you have decreased its replication factor.
This is a convenience method that creates an instance of theCluster.Builderavoiding the need to create one manually viaCluster.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocluster(Cluster).- Parameters:
cluster- a consumer that will call methods onCluster.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-