Interface TimeToLive.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimeToLive.Builder,
,TimeToLive> SdkBuilder<TimeToLive.Builder,
,TimeToLive> SdkPojo
- Enclosing class:
TimeToLive
@Mutable
@NotThreadSafe
public static interface TimeToLive.Builder
extends SdkPojo, CopyableBuilder<TimeToLive.Builder,TimeToLive>
-
Method Summary
Modifier and TypeMethodDescriptionShows how to enable custom Time to Live (TTL) settings for the specified table.status
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-