public static interface ListIndexResponse.Builder extends CloudDirectoryResponse.Builder, 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(IndexAttachment... indexAttachments)
The objects and indexed values attached to the index.
|
ListIndexResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
buildcopyapply, 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 nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.