Interface TableAutoScalingDescription.Builder

    • Method Detail

      • tableName

        TableAutoScalingDescription.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.
      • tableStatus

        TableAutoScalingDescription.Builder tableStatus​(String tableStatus)

        The current state of the table:

        • CREATING - The table is being created.

        • UPDATING - The table is being updated.

        • DELETING - The table is being deleted.

        • ACTIVE - The table is ready for use.

        Parameters:
        tableStatus - The current state of the table:

        • CREATING - The table is being created.

        • UPDATING - The table is being updated.

        • DELETING - The table is being deleted.

        • ACTIVE - The table is ready for use.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TableStatus, TableStatus
      • tableStatus

        TableAutoScalingDescription.Builder tableStatus​(TableStatus tableStatus)

        The current state of the table:

        • CREATING - The table is being created.

        • UPDATING - The table is being updated.

        • DELETING - The table is being deleted.

        • ACTIVE - The table is ready for use.

        Parameters:
        tableStatus - The current state of the table:

        • CREATING - The table is being created.

        • UPDATING - The table is being updated.

        • DELETING - The table is being deleted.

        • ACTIVE - The table is ready for use.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TableStatus, TableStatus