Interface ListNetworkProfilesResponse.Builder

    • Method Detail

      • networkProfiles

        ListNetworkProfilesResponse.Builder networkProfiles​(Collection<NetworkProfile> networkProfiles)

        A list of the available network profiles.

        Parameters:
        networkProfiles - A list of the available network profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkProfiles

        ListNetworkProfilesResponse.Builder networkProfiles​(NetworkProfile... networkProfiles)

        A list of the available network profiles.

        Parameters:
        networkProfiles - A list of the available network profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListNetworkProfilesResponse.Builder nextToken​(String nextToken)

        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.