Interface ListSolFunctionPackagesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListSolFunctionPackagesResponse.Builder,,ListSolFunctionPackagesResponse> SdkBuilder<ListSolFunctionPackagesResponse.Builder,,ListSolFunctionPackagesResponse> SdkPojo,SdkResponse.Builder,TnbResponse.Builder
- Enclosing class:
 ListSolFunctionPackagesResponse
- 
Method Summary
Modifier and TypeMethodDescriptionfunctionPackages(Collection<ListSolFunctionPackageInfo> functionPackages) Function packages.functionPackages(Consumer<ListSolFunctionPackageInfo.Builder>... functionPackages) Function packages.functionPackages(ListSolFunctionPackageInfo... functionPackages) Function packages.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.tnb.model.TnbResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
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.
 
 - 
functionPackages
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.Builderavoiding the need to create one manually viaListSolFunctionPackageInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofunctionPackages(List<ListSolFunctionPackageInfo>).- Parameters:
 functionPackages- a consumer that will call methods onListSolFunctionPackageInfo.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
nullwhen there are no more results to return.- Parameters:
 nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -