Interface RoleInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RoleInfo.Builder,
,RoleInfo> SdkBuilder<RoleInfo.Builder,
,RoleInfo> SdkPojo
- Enclosing class:
RoleInfo
@Mutable
@NotThreadSafe
public static interface RoleInfo.Builder
extends SdkPojo, CopyableBuilder<RoleInfo.Builder,RoleInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the AWS account assigned to the user.The friendly name of the role that is assigned to the user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
roleName
The friendly name of the role that is assigned to the user.
- Parameters:
roleName
- The friendly name of the role that is assigned to the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The identifier of the AWS account assigned to the user.
- Parameters:
accountId
- The identifier of the AWS account assigned to the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-