@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) |
boolean |
equalsBySdkFields(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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String tableName()
The name of the table to be configured.
public final 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 DynamoDbRequest
public static UpdateTimeToLiveRequest.Builder builder()
public static Class<? extends UpdateTimeToLiveRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.