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