Interface ListShareInvitationsResponse.Builder

    • Method Detail

      • shareInvitationSummaries

        ListShareInvitationsResponse.Builder shareInvitationSummaries​(Collection<ShareInvitationSummary> shareInvitationSummaries)

        List of share invitation summaries in a workload.

        Parameters:
        shareInvitationSummaries - List of share invitation summaries in a workload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shareInvitationSummaries

        ListShareInvitationsResponse.Builder shareInvitationSummaries​(ShareInvitationSummary... shareInvitationSummaries)

        List of share invitation summaries in a workload.

        Parameters:
        shareInvitationSummaries - List of share invitation summaries in a workload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListShareInvitationsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.