public static interface BatchListIndexResponse.Builder extends CopyableBuilder<BatchListIndexResponse.Builder,BatchListIndexResponse>
Modifier and Type | Method and Description |
---|---|
BatchListIndexResponse.Builder |
indexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
|
BatchListIndexResponse.Builder |
indexAttachments(Consumer<IndexAttachment.Builder>... indexAttachments)
The objects and indexed values attached to the index.
|
BatchListIndexResponse.Builder |
indexAttachments(IndexAttachment... indexAttachments)
The objects and indexed values attached to the index.
|
BatchListIndexResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
copy
applyMutation, build
BatchListIndexResponse.Builder indexAttachments(Collection<IndexAttachment> indexAttachments)
The objects and indexed values attached to the index.
indexAttachments
- The objects and indexed values attached to the index.BatchListIndexResponse.Builder indexAttachments(IndexAttachment... indexAttachments)
The objects and indexed values attached to the index.
indexAttachments
- The objects and indexed values attached to the index.BatchListIndexResponse.Builder indexAttachments(Consumer<IndexAttachment.Builder>... indexAttachments)
The objects and indexed values attached to the index.
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)
BatchListIndexResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.