Interface AssociatePersonasToEntitiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociatePersonasToEntitiesRequest.Builder,AssociatePersonasToEntitiesRequest>,KendraRequest.Builder,SdkBuilder<AssociatePersonasToEntitiesRequest.Builder,AssociatePersonasToEntitiesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociatePersonasToEntitiesRequest
public static interface AssociatePersonasToEntitiesRequest.Builder extends KendraRequest.Builder, SdkPojo, CopyableBuilder<AssociatePersonasToEntitiesRequest.Builder,AssociatePersonasToEntitiesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociatePersonasToEntitiesRequest.Builderid(String id)The identifier of your Amazon Kendra experience.AssociatePersonasToEntitiesRequest.BuilderindexId(String indexId)The identifier of the index for your Amazon Kendra experience.AssociatePersonasToEntitiesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociatePersonasToEntitiesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociatePersonasToEntitiesRequest.Builderpersonas(Collection<EntityPersonaConfiguration> personas)The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.AssociatePersonasToEntitiesRequest.Builderpersonas(Consumer<EntityPersonaConfiguration.Builder>... personas)The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.AssociatePersonasToEntitiesRequest.Builderpersonas(EntityPersonaConfiguration... personas)The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kendra.model.KendraRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
AssociatePersonasToEntitiesRequest.Builder id(String id)
The identifier of your Amazon Kendra experience.
- Parameters:
id- The identifier of your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexId
AssociatePersonasToEntitiesRequest.Builder indexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
- Parameters:
indexId- The identifier of the index for your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
personas
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
OwnerandViewer. For more information on these personas, see Providing access to your search page.- Parameters:
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 areOwnerandViewer. For more information on these personas, see Providing access to your search page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
personas
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
OwnerandViewer. For more information on these personas, see Providing access to your search page.- Parameters:
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 areOwnerandViewer. For more information on these personas, see Providing access to your search page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
personas
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
This is a convenience method that creates an instance of theOwnerandViewer. For more information on these personas, see Providing access to your search page.EntityPersonaConfiguration.Builderavoiding the need to create one manually viaEntityPersonaConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#personas(List.) - Parameters:
personas- a consumer that will call methods onEntityPersonaConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#personas(java.util.Collection)
-
overrideConfiguration
AssociatePersonasToEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociatePersonasToEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-