public static interface ListSolFunctionPackagesResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<ListSolFunctionPackagesResponse.Builder,ListSolFunctionPackagesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSolFunctionPackagesResponse.Builder |
functionPackages(Collection<ListSolFunctionPackageInfo> functionPackages)
Function packages.
|
ListSolFunctionPackagesResponse.Builder |
functionPackages(Consumer<ListSolFunctionPackageInfo.Builder>... functionPackages)
Function packages.
|
ListSolFunctionPackagesResponse.Builder |
functionPackages(ListSolFunctionPackageInfo... functionPackages)
Function packages.
|
ListSolFunctionPackagesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolFunctionPackagesResponse.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.
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.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.
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.ListSolFunctionPackagesResponse.Builder functionPackages(Consumer<ListSolFunctionPackageInfo.Builder>... 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 theListSolFunctionPackageInfo.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.
functionPackages - a consumer that will call methods on
ListSolFunctionPackageInfo.Builder#functionPackages(java.util.Collection) 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.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2023. All rights reserved.