Interface TimeToLiveDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimeToLiveDescription.Builder,TimeToLiveDescription>,SdkBuilder<TimeToLiveDescription.Builder,TimeToLiveDescription>,SdkPojo
- Enclosing class:
- TimeToLiveDescription
@Mutable @NotThreadSafe public static interface TimeToLiveDescription.Builder extends SdkPojo, CopyableBuilder<TimeToLiveDescription.Builder,TimeToLiveDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeToLiveDescription.BuilderattributeName(String attributeName)The name of the TTL attribute for items in the table.TimeToLiveDescription.BuildertimeToLiveStatus(String timeToLiveStatus)The TTL status for the table.TimeToLiveDescription.BuildertimeToLiveStatus(TimeToLiveStatus timeToLiveStatus)The TTL status for the table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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,TimeToLiveStatus
-
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:
TimeToLiveStatus,TimeToLiveStatus
-
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.
-
-