Uses of Interface
software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndexDescription.Builder
Packages that use LocalSecondaryIndexDescription.Builder
-
Uses of LocalSecondaryIndexDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return LocalSecondaryIndexDescription.BuilderModifier and TypeMethodDescriptionLocalSecondaryIndexDescription.builder()The Amazon Resource Name (ARN) that uniquely identifies the index.Represents the name of the local secondary index.LocalSecondaryIndexDescription.Builder.indexSizeBytes(Long indexSizeBytes) The total size of the specified index, in bytes.The number of items in the specified index.LocalSecondaryIndexDescription.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:LocalSecondaryIndexDescription.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:LocalSecondaryIndexDescription.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:LocalSecondaryIndexDescription.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into the global secondary index.LocalSecondaryIndexDescription.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into the global secondary index.LocalSecondaryIndexDescription.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type LocalSecondaryIndexDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LocalSecondaryIndexDescription.Builder>LocalSecondaryIndexDescription.serializableBuilderClass()