static CreateIndexRequest.Builder |
CreateIndexRequest.builder() |
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.directoryArn(String directoryArn) |
The ARN of the directory where the index should be created.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.isUnique(Boolean isUnique) |
Indicates whether the attribute that is being indexed has unique values or not.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.linkName(String linkName) |
The name of the link between the parent object and the index object.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.orderedIndexedAttributeList(Collection<AttributeKey> orderedIndexedAttributeList) |
Specifies the attributes that should be indexed on.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.orderedIndexedAttributeList(Consumer<AttributeKey.Builder>... orderedIndexedAttributeList) |
Specifies the attributes that should be indexed on.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.orderedIndexedAttributeList(AttributeKey... orderedIndexedAttributeList) |
Specifies the attributes that should be indexed on.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateIndexRequest.Builder |
CreateIndexRequest.Builder.parentReference(Consumer<ObjectReference.Builder> parentReference) |
A reference to the parent object that contains the index object.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.parentReference(ObjectReference parentReference) |
A reference to the parent object that contains the index object.
|
CreateIndexRequest.Builder |
CreateIndexRequest.toBuilder() |
|