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 Details

    • replicationStrategy

      ReplicationSpecification.Builder replicationStrategy(String replicationStrategy)

      The replicationStrategy of a keyspace, the required value is SINGLE_REGION or MULTI_REGION.

      Parameters:
      replicationStrategy - The replicationStrategy of a keyspace, the required value is SINGLE_REGION or MULTI_REGION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • replicationStrategy

      ReplicationSpecification.Builder replicationStrategy(Rs replicationStrategy)

      The replicationStrategy of a keyspace, the required value is SINGLE_REGION or MULTI_REGION.

      Parameters:
      replicationStrategy - The replicationStrategy of a keyspace, the required value is SINGLE_REGION or MULTI_REGION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • regionList

      The regionList can contain up to six Amazon Web Services Regions where the keyspace is replicated in.

      Parameters:
      regionList - The regionList can 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 regionList can contain up to six Amazon Web Services Regions where the keyspace is replicated in.

      Parameters:
      regionList - The regionList can 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.