| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeToLive.Builder |
TimeToLive.builder() |
TimeToLive.Builder |
TimeToLive.Builder.status(String status)
Shows how to enable custom Time to Live (TTL) settings for the specified table.
|
TimeToLive.Builder |
TimeToLive.Builder.status(TimeToLiveStatus status)
Shows how to enable custom Time to Live (TTL) settings for the specified table.
|
TimeToLive.Builder |
TimeToLive.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimeToLive.Builder> |
TimeToLive.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateTableRequest.Builder |
UpdateTableRequest.Builder.ttl(Consumer<TimeToLive.Builder> ttl)
Modifies Time to Live custom settings for the table.
|
default CreateTableRequest.Builder |
CreateTableRequest.Builder.ttl(Consumer<TimeToLive.Builder> ttl)
Enables Time to Live custom settings for the table.
|
default GetTableResponse.Builder |
GetTableResponse.Builder.ttl(Consumer<TimeToLive.Builder> ttl)
The custom Time to Live settings of the specified table.
|
Copyright © 2023. All rights reserved.