public static interface CreateStudioSessionMappingRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<CreateStudioSessionMappingRequest.Builder,CreateStudioSessionMappingRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStudioSessionMappingRequest.Builder |
identityId(String identityId)
The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store.
|
CreateStudioSessionMappingRequest.Builder |
identityName(String identityName)
The name of the user or group.
|
CreateStudioSessionMappingRequest.Builder |
identityType(IdentityType identityType)
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
|
CreateStudioSessionMappingRequest.Builder |
identityType(String identityType)
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
|
CreateStudioSessionMappingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStudioSessionMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStudioSessionMappingRequest.Builder |
sessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group.
|
CreateStudioSessionMappingRequest.Builder |
studioId(String studioId)
The ID of the Amazon EMR Studio to which the user or group will be mapped.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStudioSessionMappingRequest.Builder studioId(String studioId)
The ID of the Amazon EMR Studio to which the user or group will be mapped.
studioId - The ID of the Amazon EMR Studio to which the user or group will be mapped.CreateStudioSessionMappingRequest.Builder identityId(String identityId)
The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store. For
more information, see UserId and GroupId in the IAM Identity Center Identity Store API Reference. Either IdentityName
or IdentityId must be specified, but not both.
identityId - The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity
Store. For more information, see UserId and GroupId in the IAM Identity Center Identity Store API Reference. Either
IdentityName or IdentityId must be specified, but not both.CreateStudioSessionMappingRequest.Builder identityName(String identityName)
The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either
IdentityName or IdentityId must be specified, but not both.
identityName - The name of the user or group. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either
IdentityName or IdentityId must be specified, but not both.CreateStudioSessionMappingRequest.Builder identityType(String identityType)
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
identityType - Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.IdentityType,
IdentityTypeCreateStudioSessionMappingRequest.Builder identityType(IdentityType identityType)
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
identityType - Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.IdentityType,
IdentityTypeCreateStudioSessionMappingRequest.Builder sessionPolicyArn(String sessionPolicyArn)
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 Amazon EMR Studio User Role with Session Policies.
sessionPolicyArn - 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
Amazon EMR Studio User Role with Session Policies.CreateStudioSessionMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStudioSessionMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.