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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetStudioSessionMappingRequest.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 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.GetStudioSessionMappingRequest.Builder identityName(String identityName)
The name of the user or group to fetch. 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 fetch. For more information, see UserName and DisplayName in the AWS SSO 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
,
IdentityType
GetStudioSessionMappingRequest.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
,
IdentityType
GetStudioSessionMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetStudioSessionMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.