Interface PolicyRole.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PolicyRole.Builder,PolicyRole>,SdkBuilder<PolicyRole.Builder,PolicyRole>,SdkPojo
- Enclosing class:
- PolicyRole
public static interface PolicyRole.Builder extends SdkPojo, CopyableBuilder<PolicyRole.Builder,PolicyRole>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyRole.BuilderroleId(String roleId)The stable and unique string identifying the role.PolicyRole.BuilderroleName(String roleName)The name (friendly name, not ARN) identifying the role.-
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
PolicyRole.Builder roleName(String roleName)
The name (friendly name, not ARN) identifying the role.
- Parameters:
roleName- The name (friendly name, not ARN) identifying the role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleId
PolicyRole.Builder roleId(String roleId)
The stable and unique string identifying the role. For more information about IDs, see IAM identifiers in the IAM User Guide.
- Parameters:
roleId- The stable and unique string identifying the role. For more information about IDs, see IAM identifiers in the IAM User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-