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.
|
default UserContext.Builder |
iamIdentity(Consumer<IamIdentity.Builder> iamIdentity)
The IAM Identity details associated with the user.
|
UserContext.Builder |
iamIdentity(IamIdentity iamIdentity)
The IAM Identity details 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.UserContext.Builder iamIdentity(IamIdentity iamIdentity)
The IAM Identity details associated with the user. These details are associated with model package groups, model packages, and project entities only.
iamIdentity - The IAM Identity details associated with the user. These details are associated with model package
groups, model packages, and project entities only.default UserContext.Builder iamIdentity(Consumer<IamIdentity.Builder> iamIdentity)
The IAM Identity details associated with the user. These details are associated with model package groups, model packages, and project entities only.
This is a convenience method that creates an instance of theIamIdentity.Builder avoiding the need to
create one manually via IamIdentity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to iamIdentity(IamIdentity).
iamIdentity - a consumer that will call methods on IamIdentity.BuilderiamIdentity(IamIdentity)Copyright © 2023. All rights reserved.