Interface TableSummary.Builder

    • Method Detail

      • keyspaceName

        TableSummary.Builder keyspaceName​(String keyspaceName)

        The name of the keyspace that the table is stored in.

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

        TableSummary.Builder tableName​(String tableName)

        The name of the table.

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

        TableSummary.Builder resourceArn​(String resourceArn)

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

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