Interface ListEngagementInvitationsResponse.Builder

    • Method Detail

      • engagementInvitationSummaries

        ListEngagementInvitationsResponse.Builder engagementInvitationSummaries​(Collection<EngagementInvitationSummary> engagementInvitationSummaries)

        An array containing summaries of engagement invitations. Each summary includes information such as the invitation title, invitation date, and the current status of the invitation.

        Parameters:
        engagementInvitationSummaries - An array containing summaries of engagement invitations. Each summary includes information such as the invitation title, invitation date, and the current status of the invitation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engagementInvitationSummaries

        ListEngagementInvitationsResponse.Builder engagementInvitationSummaries​(EngagementInvitationSummary... engagementInvitationSummaries)

        An array containing summaries of engagement invitations. Each summary includes information such as the invitation title, invitation date, and the current status of the invitation.

        Parameters:
        engagementInvitationSummaries - An array containing summaries of engagement invitations. Each summary includes information such as the invitation title, invitation date, and the current status of the invitation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEngagementInvitationsResponse.Builder nextToken​(String nextToken)

        A pagination token returned when there are more results available than can be returned in a single call. Use this token to retrieve additional pages of engagement invitation summaries.

        Parameters:
        nextToken - A pagination token returned when there are more results available than can be returned in a single call. Use this token to retrieve additional pages of engagement invitation summaries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.