public static interface ListExperienceEntitiesRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<ListExperienceEntitiesRequest.Builder,ListExperienceEntitiesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListExperienceEntitiesRequest.Builder |
id(String id)
The identifier of your Amazon Kendra experience.
|
ListExperienceEntitiesRequest.Builder |
indexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
ListExperienceEntitiesRequest.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.
|
ListExperienceEntitiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListExperienceEntitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExperienceEntitiesRequest.Builder id(String id)
The identifier of your Amazon Kendra experience.
id - The identifier of your Amazon Kendra experience.ListExperienceEntitiesRequest.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.ListExperienceEntitiesRequest.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 users or groups.
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 users or groups.ListExperienceEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListExperienceEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.