Cloneable, ReadLimitInfo, ToCopyableBuilder<UpdateTimeToLiveRequest.Builder,UpdateTimeToLiveRequest>@Generated("software.amazon.awssdk:codegen") public class UpdateTimeToLiveRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateTimeToLiveRequest.Builder,UpdateTimeToLiveRequest>
Represents the input of an UpdateTimeToLive operation.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
UpdateTimeToLiveRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static UpdateTimeToLiveRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateTimeToLiveRequest.Builder> |
serializableBuilderClass() |
|
String |
tableName() |
The name of the table to be configured.
|
TimeToLiveSpecification |
timeToLiveSpecification() |
Represents the settings used to enable or disable Time to Live for the specified table.
|
UpdateTimeToLiveRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String tableName()
The name of the table to be configured.
public TimeToLiveSpecification timeToLiveSpecification()
Represents the settings used to enable or disable Time to Live for the specified table.
public UpdateTimeToLiveRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateTimeToLiveRequest.Builder,UpdateTimeToLiveRequest>public static UpdateTimeToLiveRequest.Builder builder()
public static Class<? extends UpdateTimeToLiveRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.