Interface DeleteStudioSessionMappingRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteStudioSessionMappingRequest.Builder,
,DeleteStudioSessionMappingRequest> EmrRequest.Builder
,SdkBuilder<DeleteStudioSessionMappingRequest.Builder,
,DeleteStudioSessionMappingRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteStudioSessionMappingRequest
public static interface DeleteStudioSessionMappingRequest.Builder
extends EmrRequest.Builder, SdkPojo, CopyableBuilder<DeleteStudioSessionMappingRequest.Builder,DeleteStudioSessionMappingRequest>
-
Method Summary
Modifier and TypeMethodDescriptionidentityId
(String identityId) The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio.identityName
(String identityName) The name of the user name or group to remove from the Amazon EMR Studio.identityType
(String identityType) Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.identityType
(IdentityType identityType) Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the Amazon EMR Studio.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 Details
-
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
The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio. 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 to remove from the Amazon EMR Studio. 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
The name of the user name or group to remove from the Amazon EMR Studio. For more information, see UserName and DisplayName in the IAM Identity Center Store API Reference. Either
IdentityName
orIdentityId
must be specified.- Parameters:
identityName
- The name of the user name or group to remove from the Amazon EMR Studio. For more information, see UserName and DisplayName in the IAM Identity Center Store API Reference. EitherIdentityName
orIdentityId
must be specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityType
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
- Parameters:
identityType
- Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identityType
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
- Parameters:
identityType
- Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
DeleteStudioSessionMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteStudioSessionMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-