public static interface PartitionIndex.Builder extends SdkPojo, CopyableBuilder<PartitionIndex.Builder,PartitionIndex>
| Modifier and Type | Method and Description |
|---|---|
PartitionIndex.Builder |
indexName(String indexName)
The name of the partition index.
|
PartitionIndex.Builder |
keys(Collection<String> keys)
The keys for the partition index.
|
PartitionIndex.Builder |
keys(String... keys)
The keys for the partition index.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPartitionIndex.Builder keys(Collection<String> keys)
The keys for the partition index.
keys - The keys for the partition index.PartitionIndex.Builder keys(String... keys)
The keys for the partition index.
keys - The keys for the partition index.PartitionIndex.Builder indexName(String indexName)
The name of the partition index.
indexName - The name of the partition index.Copyright © 2023. All rights reserved.