static GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.builder() |
|
GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.Builder.indexName(String indexName) |
The name of the global secondary index.
|
GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.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:
|
GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.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:
|
GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.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 GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) |
The maximum number of read and write units for the specified global secondary index.
|
GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) |
The maximum number of read and write units for the specified global secondary index.
|
default GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.Builder.projection(Consumer<Projection.Builder> projection) |
Represents attributes that are copied (projected) from the table into the global secondary index.
|
GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.Builder.projection(Projection projection) |
Represents attributes that are copied (projected) from the table into the global secondary index.
|
default GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) |
Represents the provisioned throughput settings for the specified global secondary index.
|
GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) |
Represents the provisioned throughput settings for the specified global secondary index.
|
GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.toBuilder() |
|
default GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.Builder.warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput) |
Represents the warm throughput value (in read units per second and write units per second) for the specified
secondary index.
|
GlobalSecondaryIndex.Builder |
GlobalSecondaryIndex.Builder.warmThroughput(WarmThroughput warmThroughput) |
Represents the warm throughput value (in read units per second and write units per second) for the specified
secondary index.
|