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(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.
|
BatchCreateIndex.Builder |
BatchCreateIndex.Builder.orderedIndexedAttributeList(AttributeKey... 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() |
|