Interface KeyspaceSummary.Builder

  • Method Details

    • keyspaceName

      KeyspaceSummary.Builder keyspaceName(String keyspaceName)

      The name of the keyspace.

      Parameters:
      keyspaceName - The name of the keyspace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceArn

      KeyspaceSummary.Builder resourceArn(String resourceArn)

      The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).

      Parameters:
      resourceArn - The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationStrategy

      KeyspaceSummary.Builder replicationStrategy(String replicationStrategy)

      This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values are SINGLE_REGION or MULTI_REGION.

      Parameters:
      replicationStrategy - This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values are SINGLE_REGION or MULTI_REGION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • replicationStrategy

      KeyspaceSummary.Builder replicationStrategy(Rs replicationStrategy)

      This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values are SINGLE_REGION or MULTI_REGION.

      Parameters:
      replicationStrategy - This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values are SINGLE_REGION or MULTI_REGION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • replicationRegions

      KeyspaceSummary.Builder replicationRegions(Collection<String> replicationRegions)

      If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication Regions is returned.

      Parameters:
      replicationRegions - If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication Regions is returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationRegions

      KeyspaceSummary.Builder replicationRegions(String... replicationRegions)

      If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication Regions is returned.

      Parameters:
      replicationRegions - If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication Regions is returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.