Interface TableSummary.Builder

    • Method Detail

      • 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

        TableSummary.Builder name​(String 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

        TableSummary.Builder type​(String 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:
        TableType, TableType
      • type

        TableSummary.Builder type​(TableType 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:
        TableType, TableType
      • 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.