public static interface SessionMappingSummary.Builder extends SdkPojo, CopyableBuilder<SessionMappingSummary.Builder,SessionMappingSummary>
| Modifier and Type | Method and Description |
|---|---|
SessionMappingSummary.Builder |
creationTime(Instant creationTime)
The time the session mapping was created.
|
SessionMappingSummary.Builder |
identityId(String identityId)
The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
|
SessionMappingSummary.Builder |
identityName(String identityName)
The name of the user or group.
|
SessionMappingSummary.Builder |
identityType(IdentityType identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
SessionMappingSummary.Builder |
identityType(String identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
|
SessionMappingSummary.Builder |
sessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
|
SessionMappingSummary.Builder |
studioId(String studioId)
The ID of the Amazon EMR Studio.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSessionMappingSummary.Builder studioId(String studioId)
The ID of the Amazon EMR Studio.
studioId - The ID of the Amazon EMR Studio.SessionMappingSummary.Builder identityId(String identityId)
The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
identityId - The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity
Store.SessionMappingSummary.Builder identityName(String identityName)
The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.
identityName - The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.SessionMappingSummary.Builder identityType(String identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
identityType - Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.IdentityType,
IdentityTypeSessionMappingSummary.Builder identityType(IdentityType identityType)
Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.
identityType - Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.IdentityType,
IdentityTypeSessionMappingSummary.Builder sessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy associated with the user or group.
sessionPolicyArn - The Amazon Resource Name (ARN) of the session policy associated with the user or group.SessionMappingSummary.Builder creationTime(Instant creationTime)
The time the session mapping was created.
creationTime - The time the session mapping was created.Copyright © 2022. All rights reserved.