Class TimeToLiveSpecification

java.lang.Object
software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<TimeToLiveSpecification.Builder,TimeToLiveSpecification>

@Generated("software.amazon.awssdk:codegen") public final class TimeToLiveSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimeToLiveSpecification.Builder,TimeToLiveSpecification>

Represents the settings used to enable or disable Time to Live (TTL) for the specified table.

See Also: