Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexInfo.Builder
Packages that use GlobalSecondaryIndexInfo.Builder
-
Uses of GlobalSecondaryIndexInfo.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalSecondaryIndexInfo.BuilderModifier and TypeMethodDescriptionGlobalSecondaryIndexInfo.builder()The name of the global secondary index.GlobalSecondaryIndexInfo.Builder.keySchema(Collection<KeySchemaElement> keySchema) The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:GlobalSecondaryIndexInfo.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:GlobalSecondaryIndexInfo.Builder.keySchema(KeySchemaElement... keySchema) The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:default GlobalSecondaryIndexInfo.BuilderGlobalSecondaryIndexInfo.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) Sets the value of the OnDemandThroughput property for this object.GlobalSecondaryIndexInfo.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) Sets the value of the OnDemandThroughput property for this object.default GlobalSecondaryIndexInfo.BuilderGlobalSecondaryIndexInfo.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into the global secondary index.GlobalSecondaryIndexInfo.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into the global secondary index.default GlobalSecondaryIndexInfo.BuilderGlobalSecondaryIndexInfo.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.GlobalSecondaryIndexInfo.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.GlobalSecondaryIndexInfo.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalSecondaryIndexInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GlobalSecondaryIndexInfo.Builder>GlobalSecondaryIndexInfo.serializableBuilderClass()