public static interface ListIndicesResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<ListIndicesResponse.Builder,ListIndicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIndicesResponse.Builder |
indexConfigurationSummaryItems(Collection<IndexConfigurationSummary> indexConfigurationSummaryItems)
An array of summary information for one or more indexes.
|
ListIndicesResponse.Builder |
indexConfigurationSummaryItems(Consumer<IndexConfigurationSummary.Builder>... indexConfigurationSummaryItems)
An array of summary information for one or more indexes.
|
ListIndicesResponse.Builder |
indexConfigurationSummaryItems(IndexConfigurationSummary... indexConfigurationSummaryItems)
An array of summary information for one or more indexes.
|
ListIndicesResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to
retrieve the next set of indexes.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIndicesResponse.Builder indexConfigurationSummaryItems(Collection<IndexConfigurationSummary> indexConfigurationSummaryItems)
An array of summary information for one or more indexes.
indexConfigurationSummaryItems - An array of summary information for one or more indexes.ListIndicesResponse.Builder indexConfigurationSummaryItems(IndexConfigurationSummary... indexConfigurationSummaryItems)
An array of summary information for one or more indexes.
indexConfigurationSummaryItems - An array of summary information for one or more indexes.ListIndicesResponse.Builder indexConfigurationSummaryItems(Consumer<IndexConfigurationSummary.Builder>... indexConfigurationSummaryItems)
An array of summary information for one or more indexes.
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 #indexConfigurationSummaryItems(List) .indexConfigurationSummaryItems - a consumer that will call methods on List.Builder #indexConfigurationSummaryItems(List) ListIndicesResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of indexes.
nextToken - If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent
request to retrieve the next set of indexes.Copyright © 2020. All rights reserved.