public static interface UpdateStudioSessionMappingRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<UpdateStudioSessionMappingRequest.Builder,UpdateStudioSessionMappingRequest>
Modifier and Type | Method and Description |
---|---|
UpdateStudioSessionMappingRequest.Builder |
identityId(String identityId)
The globally unique identifier (GUID) of the user or group.
|
UpdateStudioSessionMappingRequest.Builder |
identityName(String identityName)
The name of the user or group to update.
|
UpdateStudioSessionMappingRequest.Builder |
identityType(IdentityType identityType)
Specifies whether the identity to update is a user or a group.
|
UpdateStudioSessionMappingRequest.Builder |
identityType(String identityType)
Specifies whether the identity to update is a user or a group.
|
UpdateStudioSessionMappingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateStudioSessionMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateStudioSessionMappingRequest.Builder |
sessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
|
UpdateStudioSessionMappingRequest.Builder |
studioId(String studioId)
The ID of the Amazon EMR Studio.
|
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 AWS 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 AWS 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 AWS 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 AWS 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateStudioSessionMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.