Interface ListConnectionGroupsResponse.Builder

    • Method Detail

      • nextMarker

        ListConnectionGroupsResponse.Builder nextMarker​(String nextMarker)

        A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.

        Parameters:
        nextMarker - A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectionGroups

        ListConnectionGroupsResponse.Builder connectionGroups​(Collection<ConnectionGroupSummary> connectionGroups)

        The list of connection groups that you retrieved.

        Parameters:
        connectionGroups - The list of connection groups that you retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectionGroups

        ListConnectionGroupsResponse.Builder connectionGroups​(ConnectionGroupSummary... connectionGroups)

        The list of connection groups that you retrieved.

        Parameters:
        connectionGroups - The list of connection groups that you retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.