AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.backfilling(Boolean backfilling) |
Whether the index is currently backfilling.
|
static AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.builder() |
|
AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.indexArn(String indexArn) |
The ARN of the index.
|
AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.indexName(String indexName) |
The name of the index.
|
AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.indexSizeBytes(Long indexSizeBytes) |
The total size in bytes of the index.
|
AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.indexStatus(String indexStatus) |
The current status of the index.
|
AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.itemCount(Integer itemCount) |
The number of items in the index.
|
AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.keySchema(Collection<AwsDynamoDbTableKeySchema> keySchema) |
The key schema for the index.
|
AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.keySchema(Consumer<AwsDynamoDbTableKeySchema.Builder>... keySchema) |
The key schema for the index.
|
AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.keySchema(AwsDynamoDbTableKeySchema... keySchema) |
The key schema for the index.
|
default AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.projection(Consumer<AwsDynamoDbTableProjection.Builder> projection) |
Attributes that are copied from the table into an index.
|
AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.projection(AwsDynamoDbTableProjection projection) |
Attributes that are copied from the table into an index.
|
default AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.provisionedThroughput(Consumer<AwsDynamoDbTableProvisionedThroughput.Builder> provisionedThroughput) |
Information about the provisioned throughput settings for the indexes.
|
AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.provisionedThroughput(AwsDynamoDbTableProvisionedThroughput provisionedThroughput) |
Information about the provisioned throughput settings for the indexes.
|
AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.toBuilder() |
|