UserDetail.Builder |
UserDetail.Builder.arn(String arn) |
Sets the value of the Arn property for this object.
|
UserDetail.Builder |
UserDetail.Builder.attachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies) |
A list of the managed policies attached to the user.
|
UserDetail.Builder |
UserDetail.Builder.attachedManagedPolicies(Consumer<AttachedPolicy.Builder>... attachedManagedPolicies) |
A list of the managed policies attached to the user.
|
UserDetail.Builder |
UserDetail.Builder.attachedManagedPolicies(AttachedPolicy... attachedManagedPolicies) |
A list of the managed policies attached to the user.
|
static UserDetail.Builder |
UserDetail.builder() |
|
UserDetail.Builder |
UserDetail.Builder.createDate(Instant createDate) |
|
UserDetail.Builder |
UserDetail.Builder.groupList(String... groupList) |
A list of IAM groups that the user is in.
|
UserDetail.Builder |
UserDetail.Builder.groupList(Collection<String> groupList) |
A list of IAM groups that the user is in.
|
UserDetail.Builder |
UserDetail.Builder.path(String path) |
The path to the user.
|
default UserDetail.Builder |
UserDetail.Builder.permissionsBoundary(Consumer<AttachedPermissionsBoundary.Builder> permissionsBoundary) |
The ARN of the policy used to set the permissions boundary for the user.
|
UserDetail.Builder |
UserDetail.Builder.permissionsBoundary(AttachedPermissionsBoundary permissionsBoundary) |
The ARN of the policy used to set the permissions boundary for the user.
|
UserDetail.Builder |
UserDetail.Builder.tags(Collection<Tag> tags) |
A list of tags that are associated with the user.
|
UserDetail.Builder |
UserDetail.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tags that are associated with the user.
|
UserDetail.Builder |
UserDetail.Builder.tags(Tag... tags) |
A list of tags that are associated with the user.
|
UserDetail.Builder |
UserDetail.toBuilder() |
|
UserDetail.Builder |
UserDetail.Builder.userId(String userId) |
The stable and unique string identifying the user.
|
UserDetail.Builder |
UserDetail.Builder.userName(String userName) |
The friendly name identifying the user.
|
UserDetail.Builder |
UserDetail.Builder.userPolicyList(Collection<PolicyDetail> userPolicyList) |
A list of the inline policies embedded in the user.
|
UserDetail.Builder |
UserDetail.Builder.userPolicyList(Consumer<PolicyDetail.Builder>... userPolicyList) |
A list of the inline policies embedded in the user.
|
UserDetail.Builder |
UserDetail.Builder.userPolicyList(PolicyDetail... userPolicyList) |
A list of the inline policies embedded in the user.
|