static UpdateGlobalSecondaryIndexAction.Builder |
UpdateGlobalSecondaryIndexAction.builder() |
|
UpdateGlobalSecondaryIndexAction.Builder |
UpdateGlobalSecondaryIndexAction.Builder.indexName(String indexName) |
The name of the global secondary index to be updated.
|
default UpdateGlobalSecondaryIndexAction.Builder |
UpdateGlobalSecondaryIndexAction.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) |
Updates the maximum number of read and write units for the specified global secondary index.
|
UpdateGlobalSecondaryIndexAction.Builder |
UpdateGlobalSecondaryIndexAction.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) |
Updates the maximum number of read and write units for the specified global secondary index.
|
default UpdateGlobalSecondaryIndexAction.Builder |
UpdateGlobalSecondaryIndexAction.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) |
Represents the provisioned throughput settings for the specified global secondary index.
|
UpdateGlobalSecondaryIndexAction.Builder |
UpdateGlobalSecondaryIndexAction.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) |
Represents the provisioned throughput settings for the specified global secondary index.
|
UpdateGlobalSecondaryIndexAction.Builder |
UpdateGlobalSecondaryIndexAction.toBuilder() |
|