Uses of Interface
software.amazon.awscdk.services.dynamodb.CfnGlobalTable.TimeToLiveSpecificationProperty
-
Uses of CfnGlobalTable.TimeToLiveSpecificationProperty in software.amazon.awscdk.services.dynamodb
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnGlobalTable.TimeToLiveSpecificationProperty
Modifier and TypeMethodDescriptionCfnGlobalTable.TimeToLiveSpecificationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
CfnGlobalTable.setTimeToLiveSpecification
(CfnGlobalTable.TimeToLiveSpecificationProperty value) Specifies the time to live (TTL) settings for the table.CfnGlobalTable.Builder.timeToLiveSpecification
(CfnGlobalTable.TimeToLiveSpecificationProperty timeToLiveSpecification) Specifies the time to live (TTL) settings for the table.CfnGlobalTableProps.Builder.timeToLiveSpecification
(CfnGlobalTable.TimeToLiveSpecificationProperty timeToLiveSpecification) Sets the value ofCfnGlobalTableProps.getTimeToLiveSpecification()