Interface Member.Builder

    • Method Detail

      • accountId

        Member.Builder accountId​(String accountId)

        The ID of the member account.

        Parameters:
        accountId - The ID of the member account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectorId

        Member.Builder detectorId​(String detectorId)

        The detector ID of the member account.

        Parameters:
        detectorId - The detector ID of the member account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • masterId

        Member.Builder masterId​(String masterId)

        The administrator account ID.

        Parameters:
        masterId - The administrator account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • email

        Member.Builder email​(String email)

        The email address of the member account.

        Parameters:
        email - The email address of the member account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relationshipStatus

        Member.Builder relationshipStatus​(String relationshipStatus)

        The status of the relationship between the member and the administrator.

        Parameters:
        relationshipStatus - The status of the relationship between the member and the administrator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • invitedAt

        Member.Builder invitedAt​(String invitedAt)

        The timestamp when the invitation was sent.

        Parameters:
        invitedAt - The timestamp when the invitation was sent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        Member.Builder updatedAt​(String updatedAt)

        The last-updated timestamp of the member.

        Parameters:
        updatedAt - The last-updated timestamp of the member.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • administratorId

        Member.Builder administratorId​(String administratorId)

        The administrator account ID.

        Parameters:
        administratorId - The administrator account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.