| Package | Description |
|---|---|
| software.amazon.awssdk.enhanced.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
static EnhancedGlobalSecondaryIndex.Builder |
EnhancedGlobalSecondaryIndex.builder()
Creates a newly initialized builder for an
EnhancedLocalSecondaryIndex |
EnhancedGlobalSecondaryIndex.Builder |
EnhancedGlobalSecondaryIndex.Builder.indexName(String indexName)
The name of the global secondary index
|
EnhancedGlobalSecondaryIndex.Builder |
EnhancedGlobalSecondaryIndex.Builder.projection(Consumer<Projection.Builder> projection)
The attribute projection setting for this global secondary index.
|
EnhancedGlobalSecondaryIndex.Builder |
EnhancedGlobalSecondaryIndex.Builder.projection(Projection projection)
The attribute projection setting for this global secondary index.
|
EnhancedGlobalSecondaryIndex.Builder |
EnhancedGlobalSecondaryIndex.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput)
The provisioned throughput setting for this global secondary index.
|
EnhancedGlobalSecondaryIndex.Builder |
EnhancedGlobalSecondaryIndex.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput)
The provisioned throughput setting for this global secondary index.
|
EnhancedGlobalSecondaryIndex.Builder |
EnhancedGlobalSecondaryIndex.toBuilder()
Creates a builder initialized with the attributes of an existing
EnhancedLocalSecondaryIndex |
Copyright © 2023. All rights reserved.