@Stability(value=Experimental) public static final class PartitionIndex.Builder extends Object implements software.amazon.jsii.Builder<PartitionIndex>
PartitionIndex| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PartitionIndex |
build()
Builds the configured instance.
|
PartitionIndex.Builder |
indexName(String indexName)
Sets the value of
PartitionIndex.getIndexName() |
PartitionIndex.Builder |
keyNames(List<String> keyNames)
Sets the value of
PartitionIndex.getKeyNames() |
@Stability(value=Experimental) public PartitionIndex.Builder keyNames(List<String> keyNames)
PartitionIndex.getKeyNames()keyNames - The partition key names that comprise the partition index. This parameter is required.
The names must correspond to a name in the
table's partition keys.this@Stability(value=Experimental) public PartitionIndex.Builder indexName(String indexName)
PartitionIndex.getIndexName()indexName - The name of the partition index.this@Stability(value=Experimental) public PartitionIndex build()
build in interface software.amazon.jsii.Builder<PartitionIndex>PartitionIndexNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.