public static interface ReplicaGlobalSecondaryIndexDescription.Builder extends SdkPojo, CopyableBuilder<ReplicaGlobalSecondaryIndexDescription.Builder,ReplicaGlobalSecondaryIndexDescription>
| Modifier and Type | Method and Description |
|---|---|
ReplicaGlobalSecondaryIndexDescription.Builder |
indexName(String indexName)
The name of the global secondary index.
|
default ReplicaGlobalSecondaryIndexDescription.Builder |
provisionedThroughputOverride(Consumer<ProvisionedThroughputOverride.Builder> provisionedThroughputOverride)
If not described, uses the source table GSI's read capacity settings.
|
ReplicaGlobalSecondaryIndexDescription.Builder |
provisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride)
If not described, uses the source table GSI's read capacity settings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicaGlobalSecondaryIndexDescription.Builder indexName(String indexName)
The name of the global secondary index.
indexName - The name of the global secondary index.ReplicaGlobalSecondaryIndexDescription.Builder provisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride)
If not described, uses the source table GSI's read capacity settings.
provisionedThroughputOverride - If not described, uses the source table GSI's read capacity settings.default ReplicaGlobalSecondaryIndexDescription.Builder provisionedThroughputOverride(Consumer<ProvisionedThroughputOverride.Builder> provisionedThroughputOverride)
If not described, uses the source table GSI's read capacity settings.
This is a convenience method that creates an instance of theProvisionedThroughputOverride.Builder
avoiding the need to create one manually via ProvisionedThroughputOverride.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to provisionedThroughputOverride(ProvisionedThroughputOverride).
provisionedThroughputOverride - a consumer that will call methods on ProvisionedThroughputOverride.BuilderprovisionedThroughputOverride(ProvisionedThroughputOverride)Copyright © 2023. All rights reserved.