GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.backfilling(Boolean backfilling) |
Indicates whether the index is currently backfilling.
|
static GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.builder() |
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.indexArn(String indexArn) |
The Amazon Resource Name (ARN) that uniquely identifies the index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.indexName(String indexName) |
The name of the global secondary index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.indexSizeBytes(Long indexSizeBytes) |
The total size of the specified index, in bytes.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.indexStatus(String indexStatus) |
The current state of the global secondary index:
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.indexStatus(IndexStatus indexStatus) |
The current state of the global secondary index:
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.itemCount(Long itemCount) |
The number of items in the specified index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.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:
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.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:
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.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 GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) |
The maximum number of read and write units for the specified global secondary index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) |
The maximum number of read and write units for the specified global secondary index.
|
default GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.projection(Consumer<Projection.Builder> projection) |
Represents attributes that are copied (projected) from the table into the global secondary index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.projection(Projection projection) |
Represents attributes that are copied (projected) from the table into the global secondary index.
|
default GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.provisionedThroughput(Consumer<ProvisionedThroughputDescription.Builder> provisionedThroughput) |
Represents the provisioned throughput settings for the specified global secondary index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.provisionedThroughput(ProvisionedThroughputDescription provisionedThroughput) |
Represents the provisioned throughput settings for the specified global secondary index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.toBuilder() |
|
default GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.warmThroughput(Consumer<GlobalSecondaryIndexWarmThroughputDescription.Builder> warmThroughput) |
Represents the warm throughput value (in read units per second and write units per second) for the specified
secondary index.
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.warmThroughput(GlobalSecondaryIndexWarmThroughputDescription warmThroughput) |
Represents the warm throughput value (in read units per second and write units per second) for the specified
secondary index.
|