PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.backfillErrors(Collection<BackfillError> backfillErrors) |
A list of errors that can occur when registering partition indexes for an existing table.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.backfillErrors(Consumer<BackfillError.Builder>... backfillErrors) |
A list of errors that can occur when registering partition indexes for an existing table.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.backfillErrors(BackfillError... backfillErrors) |
A list of errors that can occur when registering partition indexes for an existing table.
|
static PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.builder() |
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.indexName(String indexName) |
The name of the partition index.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.indexStatus(String indexStatus) |
The status of the partition index.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.indexStatus(PartitionIndexStatus indexStatus) |
The status of the partition index.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.keys(Collection<KeySchemaElement> keys) |
A list of one or more keys, as KeySchemaElement structures, for the partition index.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.keys(Consumer<KeySchemaElement.Builder>... keys) |
A list of one or more keys, as KeySchemaElement structures, for the partition index.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.keys(KeySchemaElement... keys) |
A list of one or more keys, as KeySchemaElement structures, for the partition index.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.toBuilder() |
|