public static interface DeleteStudioSessionMappingRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<DeleteStudioSessionMappingRequest.Builder,DeleteStudioSessionMappingRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteStudioSessionMappingRequest.Builder |
identityId(String identityId)
The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio.
|
DeleteStudioSessionMappingRequest.Builder |
identityName(String identityName)
The name of the user name or group to remove from the Amazon EMR Studio.
|
DeleteStudioSessionMappingRequest.Builder |
identityType(IdentityType identityType)
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
|
DeleteStudioSessionMappingRequest.Builder |
identityType(String identityType)
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
|
DeleteStudioSessionMappingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteStudioSessionMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteStudioSessionMappingRequest.Builder |
studioId(String studioId)
The ID of the Amazon EMR Studio.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteStudioSessionMappingRequest.Builder studioId(String studioId)
The ID of the Amazon EMR Studio.
studioId - The ID of the Amazon EMR Studio.DeleteStudioSessionMappingRequest.Builder identityId(String 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 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 to remove from the Amazon EMR Studio. For
more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either
IdentityName or IdentityId must be specified.DeleteStudioSessionMappingRequest.Builder identityName(String 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 Amazon Web Services SSO Store API Reference. Either IdentityName
or IdentityId must be specified.
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 Amazon Web Services SSO Store API Reference. Either
IdentityName or IdentityId must be specified.DeleteStudioSessionMappingRequest.Builder identityType(String identityType)
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
identityType - Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.IdentityType,
IdentityTypeDeleteStudioSessionMappingRequest.Builder identityType(IdentityType identityType)
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
identityType - Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.IdentityType,
IdentityTypeDeleteStudioSessionMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteStudioSessionMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.