Interface ListNetworksResponse.Builder

    • Method Detail

      • networks

        ListNetworksResponse.Builder networks​(Collection<NetworkSummary> networks)

        An array of NetworkSummary objects that contain configuration properties for each network.

        Parameters:
        networks - An array of NetworkSummary objects that contain configuration properties for each network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networks

        ListNetworksResponse.Builder networks​(NetworkSummary... networks)

        An array of NetworkSummary objects that contain configuration properties for each network.

        Parameters:
        networks - An array of NetworkSummary objects that contain configuration properties for each network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListNetworksResponse.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.