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
Modifier and TypeMethodDescriptionThe stable and unique string identifying the role.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 Details
-
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
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.
-