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(IndexAttachment... indexAttachments)
The objects and indexed values attached to the index.
|
BatchListIndexResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
copy
apply, 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 nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.