Uses of Interface
software.amazon.awscdk.services.dynamodb.CfnTable.TimeToLiveSpecificationProperty
-
Uses of CfnTable.TimeToLiveSpecificationProperty in software.amazon.awscdk.services.dynamodb
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnTable.TimeToLiveSpecificationProperty
Modifier and TypeMethodDescriptionCfnTable.TimeToLiveSpecificationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
CfnTable.setTimeToLiveSpecification
(CfnTable.TimeToLiveSpecificationProperty value) Specifies the Time to Live (TTL) settings for the table.CfnTable.Builder.timeToLiveSpecification
(CfnTable.TimeToLiveSpecificationProperty timeToLiveSpecification) Specifies the Time to Live (TTL) settings for the table.CfnTableProps.Builder.timeToLiveSpecification
(CfnTable.TimeToLiveSpecificationProperty timeToLiveSpecification) Sets the value ofCfnTableProps.getTimeToLiveSpecification()