CopyableBuilder<UpdateGlobalSecondaryIndexAction.Builder,UpdateGlobalSecondaryIndexAction>
, SdkBuilder<UpdateGlobalSecondaryIndexAction.Builder,UpdateGlobalSecondaryIndexAction>
public static interface UpdateGlobalSecondaryIndexAction.Builder extends CopyableBuilder<UpdateGlobalSecondaryIndexAction.Builder,UpdateGlobalSecondaryIndexAction>
Modifier and Type | Method | Description |
---|---|---|
UpdateGlobalSecondaryIndexAction.Builder |
indexName(String 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.
|
copy
apply, 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 Limits 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 Limits in the Amazon DynamoDB Developer Guide.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.