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 method that creates an instance of theReplica.Builder
avoiding the need to create one
manually via Replica.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and its
result is passed to #replicationGroup(List
.
replicationGroup
- a consumer that will call methods on
Replica.Builder
#replicationGroup(java.util.Collection)
CreateGlobalTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateGlobalTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.