Uses of Interface
software.amazon.awssdk.services.dynamodb.model.TimeToLiveDescription.Builder
-
Packages that use TimeToLiveDescription.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of TimeToLiveDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TimeToLiveDescription.Builder Modifier and Type Method Description TimeToLiveDescription.BuilderTimeToLiveDescription.Builder. attributeName(String attributeName)The name of the TTL attribute for items in the table.static TimeToLiveDescription.BuilderTimeToLiveDescription. builder()TimeToLiveDescription.BuilderTimeToLiveDescription.Builder. timeToLiveStatus(String timeToLiveStatus)The TTL status for the table.TimeToLiveDescription.BuilderTimeToLiveDescription.Builder. timeToLiveStatus(TimeToLiveStatus timeToLiveStatus)The TTL status for the table.TimeToLiveDescription.BuilderTimeToLiveDescription. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TimeToLiveDescription.Builder Modifier and Type Method Description static Class<? extends TimeToLiveDescription.Builder>TimeToLiveDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type TimeToLiveDescription.Builder Modifier and Type Method Description default DescribeTimeToLiveResponse.BuilderDescribeTimeToLiveResponse.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().default SourceTableFeatureDetails.BuilderSourceTableFeatureDetails.Builder. timeToLiveDescription(Consumer<TimeToLiveDescription.Builder> timeToLiveDescription)Time to Live settings on the table when the backup was created.
-