Interface RoleInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RoleInfo.Builder,RoleInfo>,SdkBuilder<RoleInfo.Builder,RoleInfo>,SdkPojo
- Enclosing class:
- RoleInfo
public static interface RoleInfo.Builder extends SdkPojo, CopyableBuilder<RoleInfo.Builder,RoleInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoleInfo.BuilderaccountId(String accountId)The identifier of the AWS account assigned to the user.RoleInfo.BuilderroleName(String roleName)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, sdkFields
-
-
-
-
Method Detail
-
roleName
RoleInfo.Builder roleName(String 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
RoleInfo.Builder accountId(String 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.
-
-