Uses of Interface
software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription.Builder
Packages that use TimeToLiveDescription.Builder
-
Uses of TimeToLiveDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TimeToLiveDescription.BuilderModifier and TypeMethodDescriptionTimeToLiveDescription.Builder.attributeName(String attributeName) The name of the TTL attribute for items in the table.TimeToLiveDescription.builder()TimeToLiveDescription.Builder.timeToLiveStatus(String timeToLiveStatus) The TTL status for the table.TimeToLiveDescription.Builder.timeToLiveStatus(TimeToLiveStatus timeToLiveStatus) The TTL status for the table.TimeToLiveDescription.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TimeToLiveDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TimeToLiveDescription.Builder>TimeToLiveDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type TimeToLiveDescription.BuilderModifier and TypeMethodDescriptionDescribeTimeToLiveResponse.Builder.timeToLiveDescription(Consumer<TimeToLiveDescription.Builder> timeToLiveDescription) This is a convenience method that creates an instance of theTimeToLiveDescription.Builderavoiding the need to create one manually viaTimeToLiveDescription.builder().SourceTableFeatureDetails.Builder.timeToLiveDescription(Consumer<TimeToLiveDescription.Builder> timeToLiveDescription) Time to Live settings on the table when the backup was created.