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