public static interface ListDataSourcesResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<ListDataSourcesResponse.Builder,ListDataSourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesResponse.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 data sources.
|
ListDataSourcesResponse.Builder |
summaryItems(Collection<DataSourceSummary> summaryItems)
An array of summary information for one or more data sources.
|
ListDataSourcesResponse.Builder |
summaryItems(Consumer<DataSourceSummary.Builder>... summaryItems)
An array of summary information for one or more data sources.
|
ListDataSourcesResponse.Builder |
summaryItems(DataSourceSummary... summaryItems)
An array of summary information for one or more data sources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSourcesResponse.Builder summaryItems(Collection<DataSourceSummary> summaryItems)
An array of summary information for one or more data sources.
summaryItems - An array of summary information for one or more data sources.ListDataSourcesResponse.Builder summaryItems(DataSourceSummary... summaryItems)
An array of summary information for one or more data sources.
summaryItems - An array of summary information for one or more data sources.ListDataSourcesResponse.Builder summaryItems(Consumer<DataSourceSummary.Builder>... summaryItems)
An array of summary information for one or more data sources.
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 #summaryItems(List) .summaryItems - a consumer that will call methods on List.Builder #summaryItems(List) ListDataSourcesResponse.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 data sources.
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 data sources.Copyright © 2020. All rights reserved.