public static interface RoleInfo.Builder extends SdkPojo, CopyableBuilder<RoleInfo.Builder,RoleInfo>
| Modifier and Type | Method and Description |
|---|---|
RoleInfo.Builder |
accountId(String accountId)
The identifier of the AWS account assigned to the user.
|
RoleInfo.Builder |
roleName(String roleName)
The friendly name of the role that is assigned to the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRoleInfo.Builder roleName(String roleName)
The friendly name of the role that is assigned to the user.
roleName - The friendly name of the role that is assigned to the user.RoleInfo.Builder accountId(String accountId)
The identifier of the AWS account assigned to the user.
accountId - The identifier of the AWS account assigned to the user.Copyright © 2023. All rights reserved.