public static interface ListFeaturedResultsSetsRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListFeaturedResultsSetsRequest.Builder,ListFeaturedResultsSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFeaturedResultsSetsRequest.Builder |
indexId(String indexId)
The identifier of the index used for featuring results.
|
ListFeaturedResultsSetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of featured results sets to return.
|
ListFeaturedResultsSetsRequest.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Kendra returns a pagination token in the response.
|
ListFeaturedResultsSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFeaturedResultsSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFeaturedResultsSetsRequest.Builder indexId(String indexId)
The identifier of the index used for featuring results.
indexId - The identifier of the index used for featuring results.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.
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.ListFeaturedResultsSetsRequest.Builder maxResults(Integer maxResults)
The maximum number of featured results sets to return.
maxResults - The maximum number of featured results sets to return.ListFeaturedResultsSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFeaturedResultsSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.