Interface ListRescoreExecutionPlansRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRescoreExecutionPlansRequest.Builder,ListRescoreExecutionPlansRequest>,KendraRankingRequest.Builder,SdkBuilder<ListRescoreExecutionPlansRequest.Builder,ListRescoreExecutionPlansRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRescoreExecutionPlansRequest
public static interface ListRescoreExecutionPlansRequest.Builder extends KendraRankingRequest.Builder, SdkPojo, CopyableBuilder<ListRescoreExecutionPlansRequest.Builder,ListRescoreExecutionPlansRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRescoreExecutionPlansRequest.BuildermaxResults(Integer maxResults)The maximum number of rescore execution plans to return.ListRescoreExecutionPlansRequest.BuildernextToken(String nextToken)If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response.ListRescoreExecutionPlansRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRescoreExecutionPlansRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kendraranking.model.KendraRankingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListRescoreExecutionPlansRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListRescoreExecutionPlansRequest.Builder maxResults(Integer maxResults)
The maximum number of rescore execution plans to return.
- Parameters:
maxResults- The maximum number of rescore execution plans to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRescoreExecutionPlansRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRescoreExecutionPlansRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-