public static interface TimeToLiveDescription.Builder extends SdkPojo, CopyableBuilder<TimeToLiveDescription.Builder,TimeToLiveDescription>
Modifier and Type | Method and Description |
---|---|
TimeToLiveDescription.Builder |
attributeName(String attributeName)
The name of the TTL attribute for items in the table.
|
TimeToLiveDescription.Builder |
timeToLiveStatus(String timeToLiveStatus)
The TTL status for the table.
|
TimeToLiveDescription.Builder |
timeToLiveStatus(TimeToLiveStatus timeToLiveStatus)
The TTL status for the table.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TimeToLiveDescription.Builder timeToLiveStatus(String timeToLiveStatus)
The TTL status for the table.
timeToLiveStatus
- The TTL status for the table.TimeToLiveStatus
,
TimeToLiveStatus
TimeToLiveDescription.Builder timeToLiveStatus(TimeToLiveStatus timeToLiveStatus)
The TTL status for the table.
timeToLiveStatus
- The TTL status for the table.TimeToLiveStatus
,
TimeToLiveStatus
TimeToLiveDescription.Builder attributeName(String attributeName)
The name of the TTL attribute for items in the table.
attributeName
- The name of the TTL attribute for items in the table.Copyright © 2021. All rights reserved.