public static interface ListAttachedIndicesResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListAttachedIndicesResponse.Builder,ListAttachedIndicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAttachedIndicesResponse.Builder |
indexAttachments(Collection<IndexAttachment> indexAttachments)
The indices attached to the specified object.
|
ListAttachedIndicesResponse.Builder |
indexAttachments(Consumer<IndexAttachment.Builder>... indexAttachments)
The indices attached to the specified object.
|
ListAttachedIndicesResponse.Builder |
indexAttachments(IndexAttachment... indexAttachments)
The indices attached to the specified object.
|
ListAttachedIndicesResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAttachedIndicesResponse.Builder indexAttachments(Collection<IndexAttachment> indexAttachments)
The indices attached to the specified object.
indexAttachments - The indices attached to the specified object.ListAttachedIndicesResponse.Builder indexAttachments(IndexAttachment... indexAttachments)
The indices attached to the specified object.
indexAttachments - The indices attached to the specified object.ListAttachedIndicesResponse.Builder indexAttachments(Consumer<IndexAttachment.Builder>... indexAttachments)
The indices attached to the specified object.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #indexAttachments(List) .indexAttachments - a consumer that will call methods on List.Builder #indexAttachments(List) ListAttachedIndicesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2021. All rights reserved.