public static interface ReplicationSpecification.Builder extends SdkPojo, CopyableBuilder<ReplicationSpecification.Builder,ReplicationSpecification>
| Modifier and Type | Method and Description |
|---|---|
ReplicationSpecification.Builder |
regionList(Collection<String> regionList)
The
regionList can contain up to six Amazon Web Services Regions where the keyspace is
replicated in. |
ReplicationSpecification.Builder |
regionList(String... regionList)
The
regionList can contain up to six Amazon Web Services Regions where the keyspace is
replicated in. |
ReplicationSpecification.Builder |
replicationStrategy(Rs replicationStrategy)
The
replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION. |
ReplicationSpecification.Builder |
replicationStrategy(String replicationStrategy)
The
replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationSpecification.Builder replicationStrategy(String replicationStrategy)
The replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION.
ReplicationSpecification.Builder replicationStrategy(Rs replicationStrategy)
The replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION.
ReplicationSpecification.Builder regionList(Collection<String> regionList)
The regionList can contain up to six Amazon Web Services Regions where the keyspace is
replicated in.
regionList - The regionList can contain up to six Amazon Web Services Regions where the keyspace is
replicated in.ReplicationSpecification.Builder regionList(String... regionList)
The regionList can contain up to six Amazon Web Services Regions where the keyspace is
replicated in.
regionList - The regionList can contain up to six Amazon Web Services Regions where the keyspace is
replicated in.Copyright © 2023. All rights reserved.