public static interface BatchListAttachedIndicesResponse.Builder extends SdkPojo, CopyableBuilder<BatchListAttachedIndicesResponse.Builder,BatchListAttachedIndicesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchListAttachedIndicesResponse.Builder |
indexAttachments(Collection<IndexAttachment> indexAttachments)
The indices attached to the specified object.
|
BatchListAttachedIndicesResponse.Builder |
indexAttachments(Consumer<IndexAttachment.Builder>... indexAttachments)
The indices attached to the specified object.
|
BatchListAttachedIndicesResponse.Builder |
indexAttachments(IndexAttachment... indexAttachments)
The indices attached to the specified object.
|
BatchListAttachedIndicesResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchListAttachedIndicesResponse.Builder indexAttachments(Collection<IndexAttachment> indexAttachments)
The indices attached to the specified object.
indexAttachments - The indices attached to the specified object.BatchListAttachedIndicesResponse.Builder indexAttachments(IndexAttachment... indexAttachments)
The indices attached to the specified object.
indexAttachments - The indices attached to the specified object.BatchListAttachedIndicesResponse.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) BatchListAttachedIndicesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2021. All rights reserved.