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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateGlobalTableRequest.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.Builder
CreateGlobalTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.