Interface UpdateGroupProfileResponse.Builder

  • Method Details

    • domainId

      The identifier of the Amazon DataZone domain in which a group profile is updated.

      Parameters:
      domainId - The identifier of the Amazon DataZone domain in which a group profile is updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The identifier of the group profile that is updated.

      Parameters:
      id - The identifier of the group profile that is updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the group profile that is updated.

      Parameters:
      status - The status of the group profile that is updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the group profile that is updated.

      Parameters:
      status - The status of the group profile that is updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupName

      The name of the group profile that is updated.

      Parameters:
      groupName - The name of the group profile that is updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rolePrincipalArn

      UpdateGroupProfileResponse.Builder rolePrincipalArn(String rolePrincipalArn)

      The ARN of the IAM role principal. This role is associated with the updated group profile.

      Parameters:
      rolePrincipalArn - The ARN of the IAM role principal. This role is associated with the updated group profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rolePrincipalId

      UpdateGroupProfileResponse.Builder rolePrincipalId(String rolePrincipalId)

      The unique identifier of the IAM role principal. This principal is associated with the updated group profile.

      Parameters:
      rolePrincipalId - The unique identifier of the IAM role principal. This principal is associated with the updated group profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.