public static interface UpdateGlobalTableRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<UpdateGlobalTableRequest.Builder,UpdateGlobalTableRequest>
Modifier and Type | Method and Description |
---|---|
UpdateGlobalTableRequest.Builder |
globalTableName(String globalTableName)
The global table name.
|
UpdateGlobalTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGlobalTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGlobalTableRequest.Builder |
replicaUpdates(Collection<ReplicaUpdate> replicaUpdates)
A list of Regions that should be added or removed from the global table.
|
UpdateGlobalTableRequest.Builder |
replicaUpdates(Consumer<ReplicaUpdate.Builder>... replicaUpdates)
A list of Regions that should be added or removed from the global table.
|
UpdateGlobalTableRequest.Builder |
replicaUpdates(ReplicaUpdate... replicaUpdates)
A list of Regions that should be added or removed from the global table.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateGlobalTableRequest.Builder globalTableName(String globalTableName)
The global table name.
globalTableName
- The global table name.UpdateGlobalTableRequest.Builder replicaUpdates(Collection<ReplicaUpdate> replicaUpdates)
A list of Regions that should be added or removed from the global table.
replicaUpdates
- A list of Regions that should be added or removed from the global table.UpdateGlobalTableRequest.Builder replicaUpdates(ReplicaUpdate... replicaUpdates)
A list of Regions that should be added or removed from the global table.
replicaUpdates
- A list of Regions that should be added or removed from the global table.UpdateGlobalTableRequest.Builder replicaUpdates(Consumer<ReplicaUpdate.Builder>... replicaUpdates)
A list of Regions that should be added or removed from the global table.
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 #replicaUpdates(List)
.replicaUpdates
- a consumer that will call methods on List.Builder
#replicaUpdates(List)
UpdateGlobalTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateGlobalTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.