static UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.builder() |
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.globalTableBillingMode(String globalTableBillingMode) |
The billing mode of the global table.
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.globalTableBillingMode(BillingMode globalTableBillingMode) |
The billing mode of the global table.
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.globalTableGlobalSecondaryIndexSettingsUpdate(Collection<GlobalTableGlobalSecondaryIndexSettingsUpdate> globalTableGlobalSecondaryIndexSettingsUpdate) |
Represents the settings of a global secondary index for a global table that will be modified.
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.globalTableGlobalSecondaryIndexSettingsUpdate(Consumer<GlobalTableGlobalSecondaryIndexSettingsUpdate.Builder>... globalTableGlobalSecondaryIndexSettingsUpdate) |
Represents the settings of a global secondary index for a global table that will be modified.
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.globalTableGlobalSecondaryIndexSettingsUpdate(GlobalTableGlobalSecondaryIndexSettingsUpdate... globalTableGlobalSecondaryIndexSettingsUpdate) |
Represents the settings of a global secondary index for a global table that will be modified.
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.globalTableName(String globalTableName) |
The name of the global table
|
default UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(Consumer<AutoScalingSettingsUpdate.Builder> globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate) |
Auto scaling settings for managing provisioned write capacity for the global table.
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate) |
Auto scaling settings for managing provisioned write capacity for the global table.
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.globalTableProvisionedWriteCapacityUnits(Long globalTableProvisionedWriteCapacityUnits) |
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.replicaSettingsUpdate(Collection<ReplicaSettingsUpdate> replicaSettingsUpdate) |
Represents the settings for a global table in a Region that will be modified.
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.replicaSettingsUpdate(Consumer<ReplicaSettingsUpdate.Builder>... replicaSettingsUpdate) |
Represents the settings for a global table in a Region that will be modified.
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.Builder.replicaSettingsUpdate(ReplicaSettingsUpdate... replicaSettingsUpdate) |
Represents the settings for a global table in a Region that will be modified.
|
UpdateGlobalTableSettingsRequest.Builder |
UpdateGlobalTableSettingsRequest.toBuilder() |
|