Interface TableClassSummary.Builder

    • Method Detail

      • tableClass

        TableClassSummary.Builder tableClass​(String tableClass)

        The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.

        Parameters:
        tableClass - The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TableClass, TableClass
      • tableClass

        TableClassSummary.Builder tableClass​(TableClass tableClass)

        The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.

        Parameters:
        tableClass - The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TableClass, TableClass
      • lastUpdateDateTime

        TableClassSummary.Builder lastUpdateDateTime​(Instant lastUpdateDateTime)

        The date and time at which the table class was last updated.

        Parameters:
        lastUpdateDateTime - The date and time at which the table class was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.