public static interface ReplicaGlobalSecondaryIndex.Builder extends SdkPojo, CopyableBuilder<ReplicaGlobalSecondaryIndex.Builder,ReplicaGlobalSecondaryIndex>
Modifier and Type | Method and Description |
---|---|
ReplicaGlobalSecondaryIndex.Builder |
indexName(String indexName)
The name of the global secondary index.
|
default ReplicaGlobalSecondaryIndex.Builder |
provisionedThroughputOverride(Consumer<ProvisionedThroughputOverride.Builder> provisionedThroughputOverride)
Replica table GSI-specific provisioned throughput.
|
ReplicaGlobalSecondaryIndex.Builder |
provisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride)
Replica table GSI-specific provisioned throughput.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ReplicaGlobalSecondaryIndex.Builder indexName(String indexName)
The name of the global secondary index.
indexName
- The name of the global secondary index.ReplicaGlobalSecondaryIndex.Builder provisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride)
Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI's read capacity settings.
provisionedThroughputOverride
- Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI's read
capacity settings.default ReplicaGlobalSecondaryIndex.Builder provisionedThroughputOverride(Consumer<ProvisionedThroughputOverride.Builder> provisionedThroughputOverride)
Replica table GSI-specific provisioned throughput. If not specified, 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.Builder
provisionedThroughputOverride(ProvisionedThroughputOverride)
Copyright © 2023. All rights reserved.