| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateIndex.Builder |
BatchCreateIndex.Builder.batchReferenceName(String batchReferenceName)
The batch reference name.
|
static BatchCreateIndex.Builder |
BatchCreateIndex.builder() |
BatchCreateIndex.Builder |
BatchCreateIndex.Builder.isUnique(Boolean isUnique)
Indicates whether the attribute that is being indexed has unique values or not.
|
BatchCreateIndex.Builder |
BatchCreateIndex.Builder.linkName(String linkName)
The name of the link between the parent object and the index object.
|
BatchCreateIndex.Builder |
BatchCreateIndex.Builder.orderedIndexedAttributeList(AttributeKey... orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
BatchCreateIndex.Builder |
BatchCreateIndex.Builder.orderedIndexedAttributeList(Collection<AttributeKey> orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
BatchCreateIndex.Builder |
BatchCreateIndex.Builder.orderedIndexedAttributeList(Consumer<AttributeKey.Builder>... orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
default BatchCreateIndex.Builder |
BatchCreateIndex.Builder.parentReference(Consumer<ObjectReference.Builder> parentReference)
A reference to the parent object that contains the index object.
|
BatchCreateIndex.Builder |
BatchCreateIndex.Builder.parentReference(ObjectReference parentReference)
A reference to the parent object that contains the index object.
|
BatchCreateIndex.Builder |
BatchCreateIndex.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchCreateIndex.Builder> |
BatchCreateIndex.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchWriteOperation.Builder |
BatchWriteOperation.Builder.createIndex(Consumer<BatchCreateIndex.Builder> createIndex)
Creates an index object.
|
Copyright © 2022. All rights reserved.