Uses of Interface
software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex.Builder
Packages that use LocalSecondaryIndex.Builder
-
Uses of LocalSecondaryIndex.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return LocalSecondaryIndex.BuilderModifier and TypeMethodDescriptionstatic LocalSecondaryIndex.BuilderLocalSecondaryIndex.builder()The name of the local secondary index.LocalSecondaryIndex.Builder.keySchema(Collection<KeySchemaElement> keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndex.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndex.Builder.keySchema(KeySchemaElement... keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:default LocalSecondaryIndex.BuilderLocalSecondaryIndex.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into the local secondary index.LocalSecondaryIndex.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into the local secondary index.LocalSecondaryIndex.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type LocalSecondaryIndex.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LocalSecondaryIndex.Builder>LocalSecondaryIndex.serializableBuilderClass()