public static interface TimeToLiveSpecification.Builder extends SdkPojo, CopyableBuilder<TimeToLiveSpecification.Builder,TimeToLiveSpecification>
Modifier and Type | Method and Description |
---|---|
TimeToLiveSpecification.Builder |
attributeName(String attributeName)
The name of the TTL attribute used to store the expiration time for items in the table.
|
TimeToLiveSpecification.Builder |
enabled(Boolean enabled)
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TimeToLiveSpecification.Builder enabled(Boolean enabled)
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
enabled
- Indicates whether TTL is to be enabled (true) or disabled (false) on the table.TimeToLiveSpecification.Builder attributeName(String attributeName)
The name of the TTL attribute used to store the expiration time for items in the table.
attributeName
- The name of the TTL attribute used to store the expiration time for items in the table.Copyright © 2020. All rights reserved.