| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateIndexResponse> |
CloudDirectoryAsyncClient.createIndex(Consumer<CreateIndexRequest.Builder> createIndexRequest)
Creates an index object.
|
default CreateIndexResponse |
CloudDirectoryClient.createIndex(Consumer<CreateIndexRequest.Builder> createIndexRequest)
Creates an index object.
|
| Modifier and Type | Method and Description |
|---|---|
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(AttributeKey... orderedIndexedAttributeList)
Specifies the attributes that should be indexed on.
|
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.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIndexRequest.Builder> |
CreateIndexRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.