| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.arn(String arn)
The Amazon Resource Name (ARN) that identifies the user.
|
static User.Builder |
User.builder() |
User.Builder |
User.Builder.createDate(Instant createDate)
The date and time, in ISO 8601 date-time format, when the user
was created.
|
User.Builder |
User.Builder.passwordLastUsed(Instant passwordLastUsed)
The date and time, in ISO 8601 date-time format, when the user's
password was last used to sign in to an Amazon Web Services website.
|
User.Builder |
User.Builder.path(String path)
The path to the user.
|
User.Builder |
User.Builder.permissionsBoundary(AttachedPermissionsBoundary permissionsBoundary)
For more information about permissions boundaries, see Permissions
boundaries for IAM identities in the IAM User Guide.
|
default User.Builder |
User.Builder.permissionsBoundary(Consumer<AttachedPermissionsBoundary.Builder> permissionsBoundary)
For more information about permissions boundaries, see Permissions
boundaries for IAM identities in the IAM User Guide.
|
User.Builder |
User.Builder.tags(Collection<Tag> tags)
A list of tags that are associated with the user.
|
User.Builder |
User.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags that are associated with the user.
|
User.Builder |
User.Builder.tags(Tag... tags)
A list of tags that are associated with the user.
|
User.Builder |
User.toBuilder() |
User.Builder |
User.Builder.userId(String userId)
The stable and unique string identifying the user.
|
User.Builder |
User.Builder.userName(String userName)
The friendly name identifying the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends User.Builder> |
User.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateUserResponse.Builder |
CreateUserResponse.Builder.user(Consumer<User.Builder> user)
A structure with details about the new IAM user.
|
default GetUserResponse.Builder |
GetUserResponse.Builder.user(Consumer<User.Builder> user)
A structure containing details about the IAM user.
|
default VirtualMFADevice.Builder |
VirtualMFADevice.Builder.user(Consumer<User.Builder> user)
The IAM user associated with this virtual MFA device.
|
Copyright © 2022. All rights reserved.