public static interface ListExperiencesRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListExperiencesRequest.Builder,ListExperiencesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListExperiencesRequest.Builder |
indexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
ListExperiencesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of returned Amazon Kendra experiences.
|
ListExperiencesRequest.Builder |
nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
ListExperiencesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExperiencesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExperiencesRequest.Builder indexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
indexId - The identifier of the index for your Amazon Kendra experience.ListExperiencesRequest.Builder nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of Amazon Kendra experiences.
nextToken - If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra
returns a pagination token in the response. You can use this pagination token to retrieve the next set
of Amazon Kendra experiences.ListExperiencesRequest.Builder maxResults(Integer maxResults)
The maximum number of returned Amazon Kendra experiences.
maxResults - The maximum number of returned Amazon Kendra experiences.ListExperiencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExperiencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.