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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationSpecification.BuilderregionList(String... regionList)TheregionListcan contain up to six Amazon Web Services Regions where the keyspace is replicated in.ReplicationSpecification.BuilderregionList(Collection<String> regionList)TheregionListcan contain up to six Amazon Web Services Regions where the keyspace is replicated in.ReplicationSpecification.BuilderreplicationStrategy(String replicationStrategy)ThereplicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.ReplicationSpecification.BuilderreplicationStrategy(Rs replicationStrategy)ThereplicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
replicationStrategy
ReplicationSpecification.Builder replicationStrategy(String replicationStrategy)
The
replicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.
-
replicationStrategy
ReplicationSpecification.Builder replicationStrategy(Rs replicationStrategy)
The
replicationStrategyof a keyspace, the required value isSINGLE_REGIONorMULTI_REGION.
-
regionList
ReplicationSpecification.Builder regionList(Collection<String> 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
ReplicationSpecification.Builder regionList(String... 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.
-
-