Interface TimeToLiveDescription.Builder

  • Method Details

    • timeToLiveStatus

      TimeToLiveDescription.Builder timeToLiveStatus(String timeToLiveStatus)

      The TTL status for the table.

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

      TimeToLiveDescription.Builder timeToLiveStatus(TimeToLiveStatus timeToLiveStatus)

      The TTL status for the table.

      Parameters:
      timeToLiveStatus - The TTL status for the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • attributeName

      TimeToLiveDescription.Builder attributeName(String attributeName)

      The name of the TTL attribute for items in the table.

      Parameters:
      attributeName - The name of the TTL attribute for items in the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.