Interface TimeToLiveDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TimeToLiveDescription.Builder,TimeToLiveDescription>, SdkBuilder<TimeToLiveDescription.Builder,TimeToLiveDescription>, SdkPojo
Enclosing class:
TimeToLiveDescription

public static interface TimeToLiveDescription.Builder extends SdkPojo, CopyableBuilder<TimeToLiveDescription.Builder,TimeToLiveDescription>
  • 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.