@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTimeToLiveRequest extends DynamoDbRequest implements ToCopyableBuilder<UpdateTimeToLiveRequest.Builder,UpdateTimeToLiveRequest>
Represents the input of an UpdateTimeToLive operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateTimeToLiveRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateTimeToLiveRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
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() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<UpdateTimeToLiveRequest.Builder,UpdateTimeToLiveRequest>toBuilder in class DynamoDbRequestpublic static UpdateTimeToLiveRequest.Builder builder()
public static Class<? extends UpdateTimeToLiveRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.