| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutPrincipalMappingResponse> |
KendraAsyncClient.putPrincipalMapping(Consumer<PutPrincipalMappingRequest.Builder> putPrincipalMappingRequest)
Maps users to their groups so that you only need to provide the user ID when you issue the query.
|
default PutPrincipalMappingResponse |
KendraClient.putPrincipalMapping(Consumer<PutPrincipalMappingRequest.Builder> putPrincipalMappingRequest)
Maps users to their groups so that you only need to provide the user ID when you issue the query.
|
| Modifier and Type | Method and Description |
|---|---|
static PutPrincipalMappingRequest.Builder |
PutPrincipalMappingRequest.builder() |
PutPrincipalMappingRequest.Builder |
PutPrincipalMappingRequest.Builder.dataSourceId(String dataSourceId)
The identifier of the data source you want to map users to their groups.
|
PutPrincipalMappingRequest.Builder |
PutPrincipalMappingRequest.Builder.groupId(String groupId)
The identifier of the group you want to map its users to.
|
default PutPrincipalMappingRequest.Builder |
PutPrincipalMappingRequest.Builder.groupMembers(Consumer<GroupMembers.Builder> groupMembers)
The list that contains your users or sub groups that belong the same group.
|
PutPrincipalMappingRequest.Builder |
PutPrincipalMappingRequest.Builder.groupMembers(GroupMembers groupMembers)
The list that contains your users or sub groups that belong the same group.
|
PutPrincipalMappingRequest.Builder |
PutPrincipalMappingRequest.Builder.indexId(String indexId)
The identifier of the index you want to map users to their groups.
|
PutPrincipalMappingRequest.Builder |
PutPrincipalMappingRequest.Builder.orderingId(Long orderingId)
The timestamp identifier you specify to ensure Amazon Kendra does not override the latest
PUT
action with previous actions. |
PutPrincipalMappingRequest.Builder |
PutPrincipalMappingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutPrincipalMappingRequest.Builder |
PutPrincipalMappingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutPrincipalMappingRequest.Builder |
PutPrincipalMappingRequest.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of a role that has access to the S3 file that contains your list of users or
sub groups that belong to a group.
|
PutPrincipalMappingRequest.Builder |
PutPrincipalMappingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutPrincipalMappingRequest.Builder> |
PutPrincipalMappingRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.