Interface CreateGroupProfileResponse.Builder

  • Method Details

    • domainId

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

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

      The identifier of the group profile.

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

      The status of the group profile.

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

      The status of the group profile.

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

      The name of the group for which group profile is created.

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

      CreateGroupProfileResponse.Builder rolePrincipalArn(String rolePrincipalArn)

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

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

      CreateGroupProfileResponse.Builder rolePrincipalId(String rolePrincipalId)

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

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