Interface ListSolFunctionPackagesResponse.Builder

    • Method Detail

      • functionPackages

        ListSolFunctionPackagesResponse.Builder functionPackages​(Collection<ListSolFunctionPackageInfo> functionPackages)

        Function packages. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.

        Parameters:
        functionPackages - Function packages. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • functionPackages

        ListSolFunctionPackagesResponse.Builder functionPackages​(ListSolFunctionPackageInfo... functionPackages)

        Function packages. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.

        Parameters:
        functionPackages - Function packages. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSolFunctionPackagesResponse.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.