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