public static interface CreateGlobalTableRequest.Builder extends DynamoDbRequest.Builder, CopyableBuilder<CreateGlobalTableRequest.Builder,CreateGlobalTableRequest>
| Modifier and Type | Method and Description | 
|---|---|
CreateGlobalTableRequest.Builder | 
globalTableName(String globalTableName)
 The global table name. 
 | 
CreateGlobalTableRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
CreateGlobalTableRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
CreateGlobalTableRequest.Builder | 
replicationGroup(Collection<Replica> replicationGroup)
 The regions where the global table needs to be created. 
 | 
CreateGlobalTableRequest.Builder | 
replicationGroup(Consumer<Replica.Builder>... replicationGroup)
 The regions where the global table needs to be created. 
 | 
CreateGlobalTableRequest.Builder | 
replicationGroup(Replica... replicationGroup)
 The regions where the global table needs to be created. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildCreateGlobalTableRequest.Builder globalTableName(String globalTableName)
The global table name.
globalTableName - The global table name.CreateGlobalTableRequest.Builder replicationGroup(Collection<Replica> replicationGroup)
The regions where the global table needs to be created.
replicationGroup - The regions where the global table needs to be created.CreateGlobalTableRequest.Builder replicationGroup(Replica... replicationGroup)
The regions where the global table needs to be created.
replicationGroup - The regions where the global table needs to be created.CreateGlobalTableRequest.Builder replicationGroup(Consumer<Replica.Builder>... replicationGroup)
The regions where the global table needs to be created.
This is a convenience that creates an instance of theList.Builder  avoiding the need to
 create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called immediately and its
 result is passed to #replicationGroup(List) .replicationGroup - a consumer that will call methods on List.Builder #replicationGroup(List) CreateGlobalTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateGlobalTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.