public static interface UpdateGlobalSecondaryIndexAction.Builder extends SdkPojo, CopyableBuilder<UpdateGlobalSecondaryIndexAction.Builder,UpdateGlobalSecondaryIndexAction>
Modifier and Type | Method and Description |
---|---|
UpdateGlobalSecondaryIndexAction.Builder |
indexName(String indexName)
The name of the global secondary index to be updated.
|
default UpdateGlobalSecondaryIndexAction.Builder |
provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
|
UpdateGlobalSecondaryIndexAction.Builder |
provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateGlobalSecondaryIndexAction.Builder indexName(String indexName)
The name of the global secondary index to be updated.
indexName
- The name of the global secondary index to be updated.UpdateGlobalSecondaryIndexAction.Builder provisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.
provisionedThroughput
- Represents the provisioned throughput settings for the specified global secondary index.
For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.
default UpdateGlobalSecondaryIndexAction.Builder provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.
This is a convenience that creates an instance of theProvisionedThroughput.Builder
avoiding the need
to create one manually via ProvisionedThroughput.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to provisionedThroughput(ProvisionedThroughput)
.provisionedThroughput
- a consumer that will call methods on ProvisionedThroughput.Builder
provisionedThroughput(ProvisionedThroughput)
Copyright © 2020. All rights reserved.