| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchAttachToIndex.Builder |
BatchAttachToIndex.builder() |
default BatchAttachToIndex.Builder |
BatchAttachToIndex.Builder.indexReference(Consumer<ObjectReference.Builder> indexReference)
A reference to the index that you are attaching the object to.
|
BatchAttachToIndex.Builder |
BatchAttachToIndex.Builder.indexReference(ObjectReference indexReference)
A reference to the index that you are attaching the object to.
|
default BatchAttachToIndex.Builder |
BatchAttachToIndex.Builder.targetReference(Consumer<ObjectReference.Builder> targetReference)
A reference to the object that you are attaching to the index.
|
BatchAttachToIndex.Builder |
BatchAttachToIndex.Builder.targetReference(ObjectReference targetReference)
A reference to the object that you are attaching to the index.
|
BatchAttachToIndex.Builder |
BatchAttachToIndex.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchAttachToIndex.Builder> |
BatchAttachToIndex.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchWriteOperation.Builder |
BatchWriteOperation.Builder.attachToIndex(Consumer<BatchAttachToIndex.Builder> attachToIndex)
Attaches the specified object to the specified index.
|
Copyright © 2022. All rights reserved.