public static interface ListDataSourcesRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListDataSourcesRequest.Builder,ListDataSourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesRequest.Builder |
indexId(String indexId)
The identifier of the index that contains the data source.
|
ListDataSourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of data sources to return.
|
ListDataSourcesRequest.Builder |
nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
ListDataSourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataSourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSourcesRequest.Builder indexId(String indexId)
The identifier of the index that contains the data source.
indexId - The identifier of the index that contains the data source.ListDataSourcesRequest.Builder nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response. You can use this pagination token to retrieve the next set of data sources
(DataSourceSummaryItems).
nextToken - If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra
returns a pagination token in the response. You can use this pagination token to retrieve the next set
of data sources (DataSourceSummaryItems).ListDataSourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of data sources to return.
maxResults - The maximum number of data sources to return.ListDataSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDataSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.