public static interface ListIndexResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListIndexResponse.Builder,ListIndexResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIndexResponse.Builder |
indexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
|
ListIndexResponse.Builder |
indexAttachments(Consumer<IndexAttachment.Builder>... indexAttachments)
The objects and indexed values attached to the index.
|
ListIndexResponse.Builder |
indexAttachments(IndexAttachment... indexAttachments)
The objects and indexed values attached to the index.
|
ListIndexResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIndexResponse.Builder indexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
indexAttachments - The objects and indexed values attached to the index.ListIndexResponse.Builder indexAttachments(IndexAttachment... indexAttachments)
The objects and indexed values attached to the index.
indexAttachments - The objects and indexed values attached to the index.ListIndexResponse.Builder indexAttachments(Consumer<IndexAttachment.Builder>... indexAttachments)
The objects and indexed values attached to the index.
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) ListIndexResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2022. All rights reserved.