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 Details

    • 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.