Interface UpdateStudioSessionMappingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateStudioSessionMappingRequest.Builder,UpdateStudioSessionMappingRequest>
,EmrRequest.Builder
,SdkBuilder<UpdateStudioSessionMappingRequest.Builder,UpdateStudioSessionMappingRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateStudioSessionMappingRequest
public static interface UpdateStudioSessionMappingRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<UpdateStudioSessionMappingRequest.Builder,UpdateStudioSessionMappingRequest>
-
-
Method Summary
-
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.emr.model.EmrRequest.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
-
studioId
UpdateStudioSessionMappingRequest.Builder studioId(String studioId)
The ID of the Amazon EMR Studio.
- Parameters:
studioId
- The ID of the Amazon EMR Studio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityId
UpdateStudioSessionMappingRequest.Builder identityId(String identityId)
The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the IAM Identity Center Identity Store API Reference. Either
IdentityName
orIdentityId
must be specified.- Parameters:
identityId
- The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the IAM Identity Center Identity Store API Reference. EitherIdentityName
orIdentityId
must be specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityName
UpdateStudioSessionMappingRequest.Builder identityName(String identityName)
The name of the user or group to update. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either
IdentityName
orIdentityId
must be specified.- Parameters:
identityName
- The name of the user or group to update. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. EitherIdentityName
orIdentityId
must be specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityType
UpdateStudioSessionMappingRequest.Builder identityType(String identityType)
Specifies whether the identity to update is a user or a group.
- Parameters:
identityType
- Specifies whether the identity to update is a user or a group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IdentityType
,IdentityType
-
identityType
UpdateStudioSessionMappingRequest.Builder identityType(IdentityType identityType)
Specifies whether the identity to update is a user or a group.
- Parameters:
identityType
- Specifies whether the identity to update is a user or a group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IdentityType
,IdentityType
-
sessionPolicyArn
UpdateStudioSessionMappingRequest.Builder sessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
- Parameters:
sessionPolicyArn
- The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateStudioSessionMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateStudioSessionMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-