Interface ListQuickConnectsResponse.Builder

    • Method Detail

      • quickConnectSummaryList

        ListQuickConnectsResponse.Builder quickConnectSummaryList​(Collection<QuickConnectSummary> quickConnectSummaryList)

        Information about the quick connects.

        Parameters:
        quickConnectSummaryList - Information about the quick connects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quickConnectSummaryList

        ListQuickConnectsResponse.Builder quickConnectSummaryList​(QuickConnectSummary... quickConnectSummaryList)

        Information about the quick connects.

        Parameters:
        quickConnectSummaryList - Information about the quick connects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListQuickConnectsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.