Interface ReplicationSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReplicationSpecification.Builder,
,ReplicationSpecification> SdkBuilder<ReplicationSpecification.Builder,
,ReplicationSpecification> SdkPojo
- Enclosing class:
ReplicationSpecification
@Mutable
@NotThreadSafe
public static interface ReplicationSpecification.Builder
extends SdkPojo, CopyableBuilder<ReplicationSpecification.Builder,ReplicationSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionregionList
(String... regionList) TheregionList
contains the Amazon Web Services Regions where the keyspace is replicated in.regionList
(Collection<String> regionList) TheregionList
contains the Amazon Web Services Regions where the keyspace is replicated in.replicationStrategy
(String replicationStrategy) ThereplicationStrategy
of a keyspace, the required value isSINGLE_REGION
orMULTI_REGION
.replicationStrategy
(Rs replicationStrategy) ThereplicationStrategy
of a keyspace, the required value isSINGLE_REGION
orMULTI_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, sdkFieldNameToField, sdkFields
-
Method Details
-
replicationStrategy
The
replicationStrategy
of a keyspace, the required value isSINGLE_REGION
orMULTI_REGION
.- Parameters:
replicationStrategy
- ThereplicationStrategy
of a keyspace, the required value isSINGLE_REGION
orMULTI_REGION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
replicationStrategy
The
replicationStrategy
of a keyspace, the required value isSINGLE_REGION
orMULTI_REGION
.- Parameters:
replicationStrategy
- ThereplicationStrategy
of a keyspace, the required value isSINGLE_REGION
orMULTI_REGION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
regionList
The
regionList
contains the Amazon Web Services Regions where the keyspace is replicated in.- Parameters:
regionList
- TheregionList
contains the 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
regionList
contains the Amazon Web Services Regions where the keyspace is replicated in.- Parameters:
regionList
- TheregionList
contains the 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.
-