public static interface GetStudioSessionMappingRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<GetStudioSessionMappingRequest.Builder,GetStudioSessionMappingRequest>
| Modifier and Type | Method and Description |
|---|---|
GetStudioSessionMappingRequest.Builder |
identityId(String identityId)
The globally unique identifier (GUID) of the user or group.
|
GetStudioSessionMappingRequest.Builder |
identityName(String identityName)
The name of the user or group to fetch.
|
GetStudioSessionMappingRequest.Builder |
identityType(IdentityType identityType)
Specifies whether the identity to fetch is a user or a group.
|
GetStudioSessionMappingRequest.Builder |
identityType(String identityType)
Specifies whether the identity to fetch is a user or a group.
|
GetStudioSessionMappingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetStudioSessionMappingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetStudioSessionMappingRequest.Builder |
studioId(String studioId)
The ID of the Amazon EMR Studio.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetStudioSessionMappingRequest.Builder studioId(String studioId)
The ID of the Amazon EMR Studio.
studioId - The ID of the Amazon EMR Studio.GetStudioSessionMappingRequest.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
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 IAM Identity Center Identity Store API Reference. Either
IdentityName or IdentityId must be specified.GetStudioSessionMappingRequest.Builder identityName(String identityName)
The name of the user or group to fetch. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either
IdentityName or IdentityId must be specified.
identityName - The name of the user or group to fetch. For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference. Either
IdentityName or IdentityId must be specified.GetStudioSessionMappingRequest.Builder identityType(String identityType)
Specifies whether the identity to fetch is a user or a group.
identityType - Specifies whether the identity to fetch is a user or a group.IdentityType,
IdentityTypeGetStudioSessionMappingRequest.Builder identityType(IdentityType identityType)
Specifies whether the identity to fetch is a user or a group.
identityType - Specifies whether the identity to fetch is a user or a group.IdentityType,
IdentityTypeGetStudioSessionMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetStudioSessionMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.