Uses of Interface
software.amazon.awssdk.services.kendra.model.AssociatePersonasToEntitiesRequest.Builder
-
Packages that use AssociatePersonasToEntitiesRequest.Builder Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.model -
-
Uses of AssociatePersonasToEntitiesRequest.Builder in software.amazon.awssdk.services.kendra
Method parameters in software.amazon.awssdk.services.kendra with type arguments of type AssociatePersonasToEntitiesRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociatePersonasToEntitiesResponse>KendraAsyncClient. associatePersonasToEntities(Consumer<AssociatePersonasToEntitiesRequest.Builder> associatePersonasToEntitiesRequest)Defines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience.default AssociatePersonasToEntitiesResponseKendraClient. associatePersonasToEntities(Consumer<AssociatePersonasToEntitiesRequest.Builder> associatePersonasToEntitiesRequest)Defines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience. -
Uses of AssociatePersonasToEntitiesRequest.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return AssociatePersonasToEntitiesRequest.Builder Modifier and Type Method Description static AssociatePersonasToEntitiesRequest.BuilderAssociatePersonasToEntitiesRequest. builder()AssociatePersonasToEntitiesRequest.BuilderAssociatePersonasToEntitiesRequest.Builder. id(String id)The identifier of your Amazon Kendra experience.AssociatePersonasToEntitiesRequest.BuilderAssociatePersonasToEntitiesRequest.Builder. indexId(String indexId)The identifier of the index for your Amazon Kendra experience.AssociatePersonasToEntitiesRequest.BuilderAssociatePersonasToEntitiesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociatePersonasToEntitiesRequest.BuilderAssociatePersonasToEntitiesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociatePersonasToEntitiesRequest.BuilderAssociatePersonasToEntitiesRequest.Builder. personas(Collection<EntityPersonaConfiguration> personas)The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.AssociatePersonasToEntitiesRequest.BuilderAssociatePersonasToEntitiesRequest.Builder. personas(Consumer<EntityPersonaConfiguration.Builder>... personas)The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.AssociatePersonasToEntitiesRequest.BuilderAssociatePersonasToEntitiesRequest.Builder. personas(EntityPersonaConfiguration... personas)The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.AssociatePersonasToEntitiesRequest.BuilderAssociatePersonasToEntitiesRequest. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type AssociatePersonasToEntitiesRequest.Builder Modifier and Type Method Description static Class<? extends AssociatePersonasToEntitiesRequest.Builder>AssociatePersonasToEntitiesRequest. serializableBuilderClass()
-