Interface IncreaseReplicationFactorResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<IncreaseReplicationFactorResponse.Builder,,IncreaseReplicationFactorResponse> DaxResponse.Builder,SdkBuilder<IncreaseReplicationFactorResponse.Builder,,IncreaseReplicationFactorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 IncreaseReplicationFactorResponse
public static interface IncreaseReplicationFactorResponse.Builder
extends DaxResponse.Builder, SdkPojo, CopyableBuilder<IncreaseReplicationFactorResponse.Builder,IncreaseReplicationFactorResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioncluster(Consumer<Cluster.Builder> cluster) A description of the DAX cluster.A description of the DAX cluster.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. with its new replication factor.
- Parameters:
 cluster- A description of the DAX cluster. with its new replication factor.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
cluster
A description of the DAX cluster. with its new 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:
 
 
 -