CopyableBuilder<ListIndexResponse.Builder,ListIndexResponse>, SdkBuilder<ListIndexResponse.Builder,ListIndexResponse>public static interface ListIndexResponse.Builder extends CopyableBuilder<ListIndexResponse.Builder,ListIndexResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListIndexResponse.Builder |
indexAttachments(Collection<IndexAttachment> 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setIndexAttachments(java.util.Collection) or #withIndexAttachments(java.util.Collection) if
you want to override the existing values.
indexAttachments - The objects and indexed values attached to the index.ListIndexResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.