Interface TimeToLive.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimeToLive.Builder,TimeToLive>,SdkBuilder<TimeToLive.Builder,TimeToLive>,SdkPojo
- Enclosing class:
- TimeToLive
public static interface TimeToLive.Builder extends SdkPojo, CopyableBuilder<TimeToLive.Builder,TimeToLive>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeToLive.Builderstatus(String status)Shows how to enable custom Time to Live (TTL) settings for the specified table.TimeToLive.Builderstatus(TimeToLiveStatus status)Shows how to enable custom Time to Live (TTL) settings for the specified 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, sdkFields
-
-
-
-
Method Detail
-
status
TimeToLive.Builder status(String status)
Shows how to enable custom Time to Live (TTL) settings for the specified table.
- Parameters:
status- Shows how to enable custom Time to Live (TTL) settings for the specified table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TimeToLiveStatus,TimeToLiveStatus
-
status
TimeToLive.Builder status(TimeToLiveStatus status)
Shows how to enable custom Time to Live (TTL) settings for the specified table.
- Parameters:
status- Shows how to enable custom Time to Live (TTL) settings for the specified table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TimeToLiveStatus,TimeToLiveStatus
-
-