public static interface PartitionIndexDescriptor.Builder extends SdkPojo, CopyableBuilder<PartitionIndexDescriptor.Builder,PartitionIndexDescriptor>
| Modifier and Type | Method and Description |
|---|---|
PartitionIndexDescriptor.Builder |
indexName(String indexName)
The name of the partition index.
|
PartitionIndexDescriptor.Builder |
indexStatus(PartitionIndexStatus indexStatus)
The status of the partition index.
|
PartitionIndexDescriptor.Builder |
indexStatus(String indexStatus)
The status of the partition index.
|
PartitionIndexDescriptor.Builder |
keys(Collection<KeySchemaElement> keys)
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
PartitionIndexDescriptor.Builder |
keys(Consumer<KeySchemaElement.Builder>... keys)
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
PartitionIndexDescriptor.Builder |
keys(KeySchemaElement... keys)
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPartitionIndexDescriptor.Builder indexName(String indexName)
The name of the partition index.
indexName - The name of the partition index.PartitionIndexDescriptor.Builder keys(Collection<KeySchemaElement> keys)
A list of one or more keys, as KeySchemaElement structures, for the partition index.
keys - A list of one or more keys, as KeySchemaElement structures, for the partition index.PartitionIndexDescriptor.Builder keys(KeySchemaElement... keys)
A list of one or more keys, as KeySchemaElement structures, for the partition index.
keys - A list of one or more keys, as KeySchemaElement structures, for the partition index.PartitionIndexDescriptor.Builder keys(Consumer<KeySchemaElement.Builder>... keys)
A list of one or more keys, as KeySchemaElement structures, for the partition index.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #keys(List) .keys - a consumer that will call methods on List.Builder #keys(List) PartitionIndexDescriptor.Builder indexStatus(String indexStatus)
The status of the partition index.
indexStatus - The status of the partition index.PartitionIndexStatus,
PartitionIndexStatusPartitionIndexDescriptor.Builder indexStatus(PartitionIndexStatus indexStatus)
The status of the partition index.
indexStatus - The status of the partition index.PartitionIndexStatus,
PartitionIndexStatusCopyright © 2020. All rights reserved.