Uses of Interface
software.amazon.awssdk.services.dynamodb.model.TimeToLiveSpecification.Builder
-
Packages that use TimeToLiveSpecification.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of TimeToLiveSpecification.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TimeToLiveSpecification.Builder Modifier and Type Method Description TimeToLiveSpecification.BuilderTimeToLiveSpecification.Builder. attributeName(String attributeName)The name of the TTL attribute used to store the expiration time for items in the table.static TimeToLiveSpecification.BuilderTimeToLiveSpecification. builder()TimeToLiveSpecification.BuilderTimeToLiveSpecification.Builder. enabled(Boolean enabled)Indicates whether TTL is to be enabled (true) or disabled (false) on the table.TimeToLiveSpecification.BuilderTimeToLiveSpecification. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TimeToLiveSpecification.Builder Modifier and Type Method Description static Class<? extends TimeToLiveSpecification.Builder>TimeToLiveSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type TimeToLiveSpecification.Builder Modifier and Type Method Description default 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.
-