@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGlobalTableRequest extends DynamoDbRequest implements ToCopyableBuilder<UpdateGlobalTableRequest.Builder,UpdateGlobalTableRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGlobalTableRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGlobalTableRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalTableName()
The global table name.
|
int |
hashCode() |
List<ReplicaUpdate> |
replicaUpdates()
A list of regions that should be added or removed from the global table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGlobalTableRequest.Builder> |
serializableBuilderClass() |
UpdateGlobalTableRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String globalTableName()
The global table name.
public List<ReplicaUpdate> replicaUpdates()
A list of regions that should be added or removed from the global table.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public UpdateGlobalTableRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGlobalTableRequest.Builder,UpdateGlobalTableRequest>toBuilder in class DynamoDbRequestpublic static UpdateGlobalTableRequest.Builder builder()
public static Class<? extends UpdateGlobalTableRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.