Class EnhancedLocalSecondaryIndex.Builder
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.EnhancedLocalSecondaryIndex.Builder
- Enclosing class:
EnhancedLocalSecondaryIndex
A builder for
EnhancedLocalSecondaryIndex
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The name of this local secondary indexprojection
(Consumer<Projection.Builder> projection) The attribute projection setting for this local secondary index.projection
(Projection projection) The attribute projection setting for this local secondary index.
-
Method Details
-
indexName
The name of this local secondary index -
projection
The attribute projection setting for this local secondary index. -
projection
The attribute projection setting for this local secondary index. -
build
-