Interface TableSummary.Builder

  • Method Details

    • namespace

      TableSummary.Builder namespace(Collection<String> namespace)

      The name of the namespace.

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

      TableSummary.Builder namespace(String... namespace)

      The name of the namespace.

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

      The name of the table.

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

      The type of the table.

      Parameters:
      type - The type of the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the table.

      Parameters:
      type - The type of the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tableARN

      TableSummary.Builder tableARN(String tableARN)

      The Amazon Resource Name (ARN) of the table.

      Parameters:
      tableARN - The Amazon Resource Name (ARN) of the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      TableSummary.Builder createdAt(Instant createdAt)

      The date and time the table was created at.

      Parameters:
      createdAt - The date and time the table was created at.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modifiedAt

      TableSummary.Builder modifiedAt(Instant modifiedAt)

      The date and time the table was last modified at.

      Parameters:
      modifiedAt - The date and time the table was last modified at.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaceId

      TableSummary.Builder namespaceId(String namespaceId)

      The unique identifier for the namespace that contains this table.

      Parameters:
      namespaceId - The unique identifier for the namespace that contains this table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableBucketId

      TableSummary.Builder tableBucketId(String tableBucketId)

      The unique identifier for the table bucket that contains this table.

      Parameters:
      tableBucketId - The unique identifier for the table bucket that contains this table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.