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
Modifier and TypeMethodDescriptionThe identifier of the index used for featuring results.maxResults
(Integer maxResults) The maximum number of featured results sets to return.If the response is truncated, Amazon Kendra returns a pagination token in the response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListFeaturedResultsSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-