public static interface UpdateStudioSessionMappingRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<UpdateStudioSessionMappingRequest.Builder,UpdateStudioSessionMappingRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateStudioSessionMappingRequest.Builder studioId(String studioId)
The ID of the Amazon EMR Studio.
studioId
- The ID of the Amazon EMR Studio.UpdateStudioSessionMappingRequest.Builder identityId(String identityId)
The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either
IdentityName
or IdentityId
must be specified.
identityId
- The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either
IdentityName
or IdentityId
must be specified.UpdateStudioSessionMappingRequest.Builder identityName(String identityName)
The name of the user or group to update. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either
IdentityName
or IdentityId
must be specified.
identityName
- The name of the user or group to update. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either
IdentityName
or IdentityId
must be specified.UpdateStudioSessionMappingRequest.Builder identityType(String identityType)
Specifies whether the identity to update is a user or a group.
identityType
- Specifies whether the identity to update is a user or a group.IdentityType
,
IdentityType
UpdateStudioSessionMappingRequest.Builder identityType(IdentityType identityType)
Specifies whether the identity to update is a user or a group.
identityType
- Specifies whether the identity to update is a user or a group.IdentityType
,
IdentityType
UpdateStudioSessionMappingRequest.Builder sessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
sessionPolicyArn
- The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.UpdateStudioSessionMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateStudioSessionMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.