Uses of Interface
software.amazon.awssdk.services.dynamodb.model.CreateGlobalSecondaryIndexAction.Builder
Packages that use CreateGlobalSecondaryIndexAction.Builder
-
Uses of CreateGlobalSecondaryIndexAction.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return CreateGlobalSecondaryIndexAction.BuilderModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.builder()The name of the global secondary index to be created.CreateGlobalSecondaryIndexAction.Builder.keySchema(Collection<KeySchemaElement> keySchema) The key schema for the global secondary index.CreateGlobalSecondaryIndexAction.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) The key schema for the global secondary index.CreateGlobalSecondaryIndexAction.Builder.keySchema(KeySchemaElement... keySchema) The key schema for the global secondary index.CreateGlobalSecondaryIndexAction.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) The maximum number of read and write units for the global secondary index being created.CreateGlobalSecondaryIndexAction.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) The maximum number of read and write units for the global secondary index being created.CreateGlobalSecondaryIndexAction.Builder.projection(Consumer<Projection.Builder> projection) Represents attributes that are copied (projected) from the table into an index.CreateGlobalSecondaryIndexAction.Builder.projection(Projection projection) Represents attributes that are copied (projected) from the table into an index.CreateGlobalSecondaryIndexAction.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.CreateGlobalSecondaryIndexAction.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.CreateGlobalSecondaryIndexAction.toBuilder()CreateGlobalSecondaryIndexAction.Builder.warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput) Represents the warm throughput value (in read units per second and write units per second) when creating a secondary index.CreateGlobalSecondaryIndexAction.Builder.warmThroughput(WarmThroughput warmThroughput) Represents the warm throughput value (in read units per second and write units per second) when creating a secondary index.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type CreateGlobalSecondaryIndexAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateGlobalSecondaryIndexAction.Builder>CreateGlobalSecondaryIndexAction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type CreateGlobalSecondaryIndexAction.BuilderModifier and TypeMethodDescriptionGlobalSecondaryIndexUpdate.Builder.create(Consumer<CreateGlobalSecondaryIndexAction.Builder> create) The parameters required for creating a global secondary index on an existing table: