Interface ListSolNetworkPackagesResponse.Builder

    • Method Detail

      • networkPackages

        ListSolNetworkPackagesResponse.Builder networkPackages​(Collection<ListSolNetworkPackageInfo> networkPackages)

        Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

        Parameters:
        networkPackages - Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkPackages

        ListSolNetworkPackagesResponse.Builder networkPackages​(ListSolNetworkPackageInfo... networkPackages)

        Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.

        Parameters:
        networkPackages - Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSolNetworkPackagesResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.