Uses of Interface
software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification.Builder
Packages that use TimeToLiveSpecification.Builder
-
Uses of TimeToLiveSpecification.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TimeToLiveSpecification.BuilderModifier and TypeMethodDescriptionTimeToLiveSpecification.Builder.attributeName(String attributeName) The name of the TTL attribute used to store the expiration time for items in the table.TimeToLiveSpecification.builder()Indicates whether TTL is to be enabled (true) or disabled (false) on the table.TimeToLiveSpecification.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TimeToLiveSpecification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TimeToLiveSpecification.Builder>TimeToLiveSpecification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type TimeToLiveSpecification.BuilderModifier and TypeMethodDescriptiondefault UpdateTimeToLiveRequest.BuilderUpdateTimeToLiveRequest.Builder.timeToLiveSpecification(Consumer<TimeToLiveSpecification.Builder> timeToLiveSpecification) Represents the settings used to enable or disable Time to Live for the specified table.default UpdateTimeToLiveResponse.BuilderUpdateTimeToLiveResponse.Builder.timeToLiveSpecification(Consumer<TimeToLiveSpecification.Builder> timeToLiveSpecification) Represents the output of anUpdateTimeToLiveoperation.