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 method that creates an instance of theIndexAttachment.Builder avoiding the need to
create one manually via
IndexAttachment.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #indexAttachments(List.
indexAttachments - a consumer that will call methods on
IndexAttachment.Builder#indexAttachments(java.util.Collection) ListAttachedIndicesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.