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 used with one or more data source connectors.
|
ListDataSourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of data source connectors 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 used with one or more data source connectors.
indexId - The identifier of the index used with one or more data source connectors.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 source connectors.
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 source connectors.ListDataSourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of data source connectors to return.
maxResults - The maximum number of data source connectors to return.ListDataSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDataSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.