Interface ListSolFunctionPackagesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListSolFunctionPackagesResponse.Builder,ListSolFunctionPackagesResponse>, SdkBuilder<ListSolFunctionPackagesResponse.Builder,ListSolFunctionPackagesResponse>, SdkPojo, SdkResponse.Builder, TnbResponse.Builder
Enclosing class:
ListSolFunctionPackagesResponse

public static interface ListSolFunctionPackagesResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<ListSolFunctionPackagesResponse.Builder,ListSolFunctionPackagesResponse>
  • Method Details

    • 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

      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

      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.

      This is a convenience method that creates an instance of the ListSolFunctionPackageInfo.Builder avoiding the need to create one manually via ListSolFunctionPackageInfo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to functionPackages(List<ListSolFunctionPackageInfo>).

      Parameters:
      functionPackages - a consumer that will call methods on ListSolFunctionPackageInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.