Interface CollaborationSummary.Builder

    • Method Detail

      • id

        CollaborationSummary.Builder id​(String id)

        The identifier for the collaboration.

        Parameters:
        id - The identifier for the collaboration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        CollaborationSummary.Builder arn​(String arn)

        The ARN of the collaboration.

        Parameters:
        arn - The ARN of the collaboration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CollaborationSummary.Builder name​(String name)

        A human-readable identifier provided by the collaboration owner. Display names are not unique.

        Parameters:
        name - A human-readable identifier provided by the collaboration owner. Display names are not unique.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creatorAccountId

        CollaborationSummary.Builder creatorAccountId​(String creatorAccountId)

        The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.

        Parameters:
        creatorAccountId - The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creatorDisplayName

        CollaborationSummary.Builder creatorDisplayName​(String creatorDisplayName)

        The display name of the collaboration creator.

        Parameters:
        creatorDisplayName - The display name of the collaboration creator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        CollaborationSummary.Builder createTime​(Instant createTime)

        The time when the collaboration was created.

        Parameters:
        createTime - The time when the collaboration was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateTime

        CollaborationSummary.Builder updateTime​(Instant updateTime)

        The time the collaboration metadata was last updated.

        Parameters:
        updateTime - The time the collaboration metadata was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberStatus

        CollaborationSummary.Builder memberStatus​(String memberStatus)

        The status of a member in a collaboration.

        Parameters:
        memberStatus - The status of a member in a collaboration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MemberStatus, MemberStatus
      • memberStatus

        CollaborationSummary.Builder memberStatus​(MemberStatus memberStatus)

        The status of a member in a collaboration.

        Parameters:
        memberStatus - The status of a member in a collaboration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MemberStatus, MemberStatus
      • membershipId

        CollaborationSummary.Builder membershipId​(String membershipId)

        The identifier of a member in a collaboration.

        Parameters:
        membershipId - The identifier of a member in a collaboration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • membershipArn

        CollaborationSummary.Builder membershipArn​(String membershipArn)

        The ARN of a member in a collaboration.

        Parameters:
        membershipArn - The ARN of a member in a collaboration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.