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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSolFunctionPackagesResponse.BuilderfunctionPackages(Collection<ListSolFunctionPackageInfo> functionPackages)Function packages.ListSolFunctionPackagesResponse.BuilderfunctionPackages(Consumer<ListSolFunctionPackageInfo.Builder>... functionPackages)Function packages.ListSolFunctionPackagesResponse.BuilderfunctionPackages(ListSolFunctionPackageInfo... functionPackages)Function packages.ListSolFunctionPackagesResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.tnb.model.TnbResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
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.
-
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 to#functionPackages(List.) - 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:
#functionPackages(java.util.Collection)
-
nextToken
ListSolFunctionPackagesResponse.Builder nextToken(String 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.
-
-