Interface ListFeaturedResultsSetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFeaturedResultsSetsRequest.Builder,ListFeaturedResultsSetsRequest>,KendraRequest.Builder,SdkBuilder<ListFeaturedResultsSetsRequest.Builder,ListFeaturedResultsSetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListFeaturedResultsSetsRequest
public static interface ListFeaturedResultsSetsRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListFeaturedResultsSetsRequest.Builder,ListFeaturedResultsSetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFeaturedResultsSetsRequest.BuilderindexId(String indexId)The identifier of the index used for featuring results.ListFeaturedResultsSetsRequest.BuildermaxResults(Integer maxResults)The maximum number of featured results sets to return.ListFeaturedResultsSetsRequest.BuildernextToken(String nextToken)If the response is truncated, Amazon Kendra returns a pagination token in the response.ListFeaturedResultsSetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFeaturedResultsSetsRequest.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.kendra.model.KendraRequest.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
-
indexId
ListFeaturedResultsSetsRequest.Builder indexId(String indexId)
The identifier of the index used for featuring results.
- Parameters:
indexId- The identifier of the index used for featuring results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListFeaturedResultsSetsRequest.Builder nextToken(String nextToken)
If the response is truncated, Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of featured results sets.
- Parameters:
nextToken- If the response is truncated, Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of featured results sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListFeaturedResultsSetsRequest.Builder maxResults(Integer maxResults)
The maximum number of featured results sets to return.
- Parameters:
maxResults- The maximum number of featured results sets to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFeaturedResultsSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFeaturedResultsSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-