public static interface ListRescoreExecutionPlansRequest.Builder extends KendraRankingRequest.Builder, SdkPojo, CopyableBuilder<ListRescoreExecutionPlansRequest.Builder,ListRescoreExecutionPlansRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRescoreExecutionPlansRequest.Builder |
maxResults(Integer maxResults)
The maximum number of rescore execution plans to return.
|
ListRescoreExecutionPlansRequest.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response.
|
ListRescoreExecutionPlansRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRescoreExecutionPlansRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRescoreExecutionPlansRequest.Builder nextToken(String nextToken)
If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response. You can use this pagination token to retrieve the next set of rescore execution plans.
nextToken - If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the
response. You can use this pagination token to retrieve the next set of rescore execution plans.ListRescoreExecutionPlansRequest.Builder maxResults(Integer maxResults)
The maximum number of rescore execution plans to return.
maxResults - The maximum number of rescore execution plans to return.ListRescoreExecutionPlansRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRescoreExecutionPlansRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.