@Generated(value="software.amazon.awssdk:codegen") public final class CreateGlobalTableRequest extends DynamoDbRequest implements ToCopyableBuilder<CreateGlobalTableRequest.Builder,CreateGlobalTableRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
CreateGlobalTableRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateGlobalTableRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalTableName()
The global table name.
|
int |
hashCode() |
List<Replica> |
replicationGroup()
The regions where the global table needs to be created.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateGlobalTableRequest.Builder> |
serializableBuilderClass() |
CreateGlobalTableRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String globalTableName()
The global table name.
public List<Replica> replicationGroup()
The regions where the global table needs to be created.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreateGlobalTableRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateGlobalTableRequest.Builder,CreateGlobalTableRequest>
toBuilder
in class DynamoDbRequest
public static CreateGlobalTableRequest.Builder builder()
public static Class<? extends CreateGlobalTableRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.