Interface ReplicationSpecification.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ReplicationSpecification.Builder,,ReplicationSpecification> SdkBuilder<ReplicationSpecification.Builder,,ReplicationSpecification> SdkPojo
- Enclosing class:
 ReplicationSpecification
public static interface ReplicationSpecification.Builder
extends SdkPojo, CopyableBuilder<ReplicationSpecification.Builder,ReplicationSpecification> 
- 
Method Summary
Modifier and TypeMethodDescriptionregionList(String... regionList) TheregionListcan contain up to six Amazon Web Services Regions where the keyspace is replicated in.regionList(Collection<String> regionList) TheregionListcan contain up to six Amazon Web Services Regions where the keyspace is replicated in.replicationStrategy(String replicationStrategy) ThereplicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.replicationStrategy(Rs replicationStrategy) ThereplicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
replicationStrategy
The
replicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.- Parameters:
 replicationStrategy- ThereplicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
replicationStrategy
The
replicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.- Parameters:
 replicationStrategy- ThereplicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
regionList
The
regionListcan contain up to six Amazon Web Services Regions where the keyspace is replicated in.- Parameters:
 regionList- TheregionListcan contain up to six Amazon Web Services Regions where the keyspace is replicated in.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
regionList
The
regionListcan contain up to six Amazon Web Services Regions where the keyspace is replicated in.- Parameters:
 regionList- TheregionListcan contain up to six Amazon Web Services Regions where the keyspace is replicated in.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -