Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
TimeToLiveSpecification.Builder |
TimeToLiveSpecification.Builder.attributeName(String attributeName)
The name of the TTL attribute used to store the expiration time for items in the table.
|
static TimeToLiveSpecification.Builder |
TimeToLiveSpecification.builder() |
TimeToLiveSpecification.Builder |
TimeToLiveSpecification.Builder.enabled(Boolean enabled)
Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
|
TimeToLiveSpecification.Builder |
TimeToLiveSpecification.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends TimeToLiveSpecification.Builder> |
TimeToLiveSpecification.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default UpdateTimeToLiveResponse.Builder |
UpdateTimeToLiveResponse.Builder.timeToLiveSpecification(Consumer<TimeToLiveSpecification.Builder> timeToLiveSpecification)
Represents the output of an
UpdateTimeToLive operation. |
default UpdateTimeToLiveRequest.Builder |
UpdateTimeToLiveRequest.Builder.timeToLiveSpecification(Consumer<TimeToLiveSpecification.Builder> timeToLiveSpecification)
Represents the settings used to enable or disable Time to Live for the specified table.
|
Copyright © 2020. All rights reserved.