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() |
|
default UpdateGlobalSecondaryIndexAction.Builder |
UpdateGlobalSecondaryIndexAction.Builder.warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput) |
Represents the warm throughput value of the new provisioned throughput settings to be applied to a global
secondary index.
|
UpdateGlobalSecondaryIndexAction.Builder |
UpdateGlobalSecondaryIndexAction.Builder.warmThroughput(WarmThroughput warmThroughput) |
Represents the warm throughput value of the new provisioned throughput settings to be applied to a global
secondary index.
|