public static interface ListFaqsRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListFaqsRequest.Builder,ListFaqsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFaqsRequest.Builder |
indexId(String indexId)
The index that contains the FAQ lists.
|
ListFaqsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of FAQs to return in the response.
|
ListFaqsRequest.Builder |
nextToken(String nextToken)
If the result of the previous request to
ListFaqs was truncated, include the
NextToken to fetch the next set of FAQs. |
ListFaqsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFaqsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFaqsRequest.Builder indexId(String indexId)
The index that contains the FAQ lists.
indexId - The index that contains the FAQ lists.ListFaqsRequest.Builder nextToken(String nextToken)
If the result of the previous request to ListFaqs was truncated, include the
NextToken to fetch the next set of FAQs.
nextToken - If the result of the previous request to ListFaqs was truncated, include the
NextToken to fetch the next set of FAQs.ListFaqsRequest.Builder maxResults(Integer maxResults)
The maximum number of FAQs to return in the response. If there are fewer results in the list, this response contains only the actual results.
maxResults - The maximum number of FAQs to return in the response. If there are fewer results in the list, this
response contains only the actual results.ListFaqsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFaqsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.