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 on the configuration of one or more indexes.
|
ListIndicesResponse.Builder |
indexConfigurationSummaryItems(Consumer<IndexConfigurationSummary.Builder>... indexConfigurationSummaryItems)
An array of summary information on the configuration of one or more indexes.
|
ListIndicesResponse.Builder |
indexConfigurationSummaryItems(IndexConfigurationSummary... indexConfigurationSummaryItems)
An array of summary information on the configuration of 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 on the configuration of one or more indexes.
indexConfigurationSummaryItems - An array of summary information on the configuration of one or more indexes.ListIndicesResponse.Builder indexConfigurationSummaryItems(IndexConfigurationSummary... indexConfigurationSummaryItems)
An array of summary information on the configuration of one or more indexes.
indexConfigurationSummaryItems - An array of summary information on the configuration of one or more indexes.ListIndicesResponse.Builder indexConfigurationSummaryItems(Consumer<IndexConfigurationSummary.Builder>... indexConfigurationSummaryItems)
An array of summary information on the configuration of one or more indexes.
This is a convenience method that creates an instance of theIndexConfigurationSummary.Builder avoiding the need to
create one manually via
IndexConfigurationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #indexConfigurationSummaryItems(List.
indexConfigurationSummaryItems - a consumer that will call methods on
IndexConfigurationSummary.Builder#indexConfigurationSummaryItems(java.util.Collection) 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 © 2023. All rights reserved.