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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
roleNameThe 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.
 
- 
accountIdThe 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.
 
 
-