Struct aws_sdk_emr::input::create_studio_session_mapping_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateStudioSessionMappingInput
Implementations
The ID of the Amazon EMR Studio to which the user or group will be mapped.
The ID of the Amazon EMR Studio to which the user or group will be mapped.
The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.
Either IdentityName or IdentityId must be specified, but not both.
The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.
Either IdentityName or IdentityId must be specified, but not both.
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. You should specify the ARN for the session policy that you want to apply, not the ARN of your user role. For more information, see Create an EMR Studio User Role with Session Policies.
The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. You should specify the ARN for the session policy that you want to apply, not the ARN of your user role. For more information, see Create an EMR Studio User Role with Session Policies.
Consumes the builder and constructs a CreateStudioSessionMappingInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more