public static interface UserContext.Builder extends SdkPojo, CopyableBuilder<UserContext.Builder,UserContext>
| Modifier and Type | Method and Description |
|---|---|
UserContext.Builder |
domainId(String domainId)
The domain associated with the user.
|
UserContext.Builder |
userProfileArn(String userProfileArn)
The Amazon Resource Name (ARN) of the user's profile.
|
UserContext.Builder |
userProfileName(String userProfileName)
The name of the user's profile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserContext.Builder userProfileArn(String userProfileArn)
The Amazon Resource Name (ARN) of the user's profile.
userProfileArn - The Amazon Resource Name (ARN) of the user's profile.UserContext.Builder userProfileName(String userProfileName)
The name of the user's profile.
userProfileName - The name of the user's profile.UserContext.Builder domainId(String domainId)
The domain associated with the user.
domainId - The domain associated with the user.Copyright © 2022. All rights reserved.