public static interface CreateGlobalTableRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<CreateGlobalTableRequest.Builder,CreateGlobalTableRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGlobalTableRequest.Builder |
globalTableName(String globalTableName)
The global table name.
|
CreateGlobalTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGlobalTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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)
overrideConfiguration in interface AwsRequest.BuilderCreateGlobalTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.