public static interface AssociatePersonasToEntitiesRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<AssociatePersonasToEntitiesRequest.Builder,AssociatePersonasToEntitiesRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociatePersonasToEntitiesRequest.Builder |
id(String id)
The identifier of your Amazon Kendra experience.
|
AssociatePersonasToEntitiesRequest.Builder |
indexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
AssociatePersonasToEntitiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociatePersonasToEntitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociatePersonasToEntitiesRequest.Builder |
personas(Collection<EntityPersonaConfiguration> personas)
The personas that define the specific permissions of users or groups in your IAM Identity Center identity
source.
|
AssociatePersonasToEntitiesRequest.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.Builder |
personas(EntityPersonaConfiguration... personas)
The personas that define the specific permissions of users or groups in your IAM Identity Center identity
source.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociatePersonasToEntitiesRequest.Builder id(String id)
The identifier of your Amazon Kendra experience.
id - The identifier of your Amazon Kendra experience.AssociatePersonasToEntitiesRequest.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.AssociatePersonasToEntitiesRequest.Builder personas(Collection<EntityPersonaConfiguration> personas)
The personas that define the specific permissions of users or groups in your IAM Identity Center identity
source. The available personas or access roles are Owner and Viewer. For more
information on these personas, see Providing access to your search page.
personas - The personas that define the specific permissions of users or groups in your IAM Identity Center
identity source. The available personas or access roles are Owner and Viewer
. For more information on these personas, see Providing access to your search page.AssociatePersonasToEntitiesRequest.Builder personas(EntityPersonaConfiguration... personas)
The personas that define the specific permissions of users or groups in your IAM Identity Center identity
source. The available personas or access roles are Owner and Viewer. For more
information on these personas, see Providing access to your search page.
personas - The personas that define the specific permissions of users or groups in your IAM Identity Center
identity source. The available personas or access roles are Owner and Viewer
. For more information on these personas, see Providing access to your search page.AssociatePersonasToEntitiesRequest.Builder personas(Consumer<EntityPersonaConfiguration.Builder>... personas)
The personas that define the specific permissions of users or groups in your IAM Identity Center identity
source. The available personas or access roles are Owner and Viewer. For more
information on these personas, see Providing access to your search page.
EntityPersonaConfiguration.Builder avoiding the need to
create one manually via
EntityPersonaConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #personas(List.
personas - a consumer that will call methods on
EntityPersonaConfiguration.Builder#personas(java.util.Collection) AssociatePersonasToEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociatePersonasToEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.