static CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.builder() |
|
CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.Builder.indexName(String indexName) |
The name of the global secondary index to be created.
|
CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.Builder.keySchema(Collection<KeySchemaElement> keySchema) |
The key schema for the global secondary index.
|
CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) |
The key schema for the global secondary index.
|
CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.Builder.keySchema(KeySchemaElement... keySchema) |
The key schema for the global secondary index.
|
default CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) |
The maximum number of read and write units for the global secondary index being created.
|
CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) |
The maximum number of read and write units for the global secondary index being created.
|
default CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.Builder.projection(Consumer<Projection.Builder> projection) |
Represents attributes that are copied (projected) from the table into an index.
|
CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.Builder.projection(Projection projection) |
Represents attributes that are copied (projected) from the table into an index.
|
default CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) |
Represents the provisioned throughput settings for the specified global secondary index.
|
CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) |
Represents the provisioned throughput settings for the specified global secondary index.
|
CreateGlobalSecondaryIndexAction.Builder |
CreateGlobalSecondaryIndexAction.toBuilder() |
|
default CreateGlobalSecondaryIndexAction.Builder |
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 |
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.
|