CopyableBuilder<AttachToIndexRequest.Builder,AttachToIndexRequest>, SdkBuilder<AttachToIndexRequest.Builder,AttachToIndexRequest>public static interface AttachToIndexRequest.Builder extends CopyableBuilder<AttachToIndexRequest.Builder,AttachToIndexRequest>
| Modifier and Type | Method | Description |
|---|---|---|
AttachToIndexRequest.Builder |
directoryArn(String directoryArn) |
The Amazon Resource Name (ARN) of the directory where the object and index exist.
|
AttachToIndexRequest.Builder |
indexReference(ObjectReference indexReference) |
A reference to the index that you are attaching the object to.
|
AttachToIndexRequest.Builder |
targetReference(ObjectReference targetReference) |
A reference to the object that you are attaching to the index.
|
copyapply, buildAttachToIndexRequest.Builder directoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where the object and index exist.
directoryArn - The Amazon Resource Name (ARN) of the directory where the object and index exist.AttachToIndexRequest.Builder indexReference(ObjectReference indexReference)
A reference to the index that you are attaching the object to.
indexReference - A reference to the index that you are attaching the object to.AttachToIndexRequest.Builder targetReference(ObjectReference targetReference)
A reference to the object that you are attaching to the index.
targetReference - A reference to the object that you are attaching to the index.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.