Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
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.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() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends UpdateGlobalSecondaryIndexAction.Builder> |
UpdateGlobalSecondaryIndexAction.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default GlobalSecondaryIndexUpdate.Builder |
GlobalSecondaryIndexUpdate.Builder.update(Consumer<UpdateGlobalSecondaryIndexAction.Builder> update)
The name of an existing global secondary index, along with new provisioned throughput settings to be applied
to that index.
|
Copyright © 2023. All rights reserved.