CopyableBuilder<DetachFromIndexRequest.Builder,DetachFromIndexRequest>
, SdkBuilder<DetachFromIndexRequest.Builder,DetachFromIndexRequest>
public static interface DetachFromIndexRequest.Builder extends CopyableBuilder<DetachFromIndexRequest.Builder,DetachFromIndexRequest>
Modifier and Type | Method | Description |
---|---|---|
DetachFromIndexRequest.Builder |
directoryArn(String directoryArn) |
The Amazon Resource Name (ARN) of the directory the index and object exist in.
|
DetachFromIndexRequest.Builder |
indexReference(ObjectReference indexReference) |
A reference to the index object.
|
DetachFromIndexRequest.Builder |
targetReference(ObjectReference targetReference) |
A reference to the object being detached from the index.
|
copy
apply, build
DetachFromIndexRequest.Builder directoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory the index and object exist in.
directoryArn
- The Amazon Resource Name (ARN) of the directory the index and object exist in.DetachFromIndexRequest.Builder indexReference(ObjectReference indexReference)
A reference to the index object.
indexReference
- A reference to the index object.DetachFromIndexRequest.Builder targetReference(ObjectReference targetReference)
A reference to the object being detached from the index.
targetReference
- A reference to the object being detached from the index.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.