Interface ReplicationSpecification.Builder

  • 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 contains the Amazon Web Services Regions where the keyspace is replicated in.

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

      ReplicationSpecification.Builder regionList(String... regionList)

      The regionList contains the Amazon Web Services Regions where the keyspace is replicated in.

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