Interface ListSolNetworkPackagesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListSolNetworkPackagesResponse.Builder,
,ListSolNetworkPackagesResponse> SdkBuilder<ListSolNetworkPackagesResponse.Builder,
,ListSolNetworkPackagesResponse> SdkPojo
,SdkResponse.Builder
,TnbResponse.Builder
- Enclosing class:
ListSolNetworkPackagesResponse
-
Method Summary
Modifier and TypeMethodDescriptionnetworkPackages
(Collection<ListSolNetworkPackageInfo> networkPackages) Network packages.networkPackages
(Consumer<ListSolNetworkPackageInfo.Builder>... networkPackages) Network packages.networkPackages
(ListSolNetworkPackageInfo... networkPackages) Network packages.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, sdkFieldNameToField, 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 Details
-
networkPackages
ListSolNetworkPackagesResponse.Builder networkPackages(Collection<ListSolNetworkPackageInfo> networkPackages) Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.
- Parameters:
networkPackages
- Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkPackages
ListSolNetworkPackagesResponse.Builder networkPackages(ListSolNetworkPackageInfo... networkPackages) Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.
- Parameters:
networkPackages
- Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkPackages
ListSolNetworkPackagesResponse.Builder networkPackages(Consumer<ListSolNetworkPackageInfo.Builder>... networkPackages) Network packages. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.
This is a convenience method that creates an instance of theListSolNetworkPackageInfo.Builder
avoiding the need to create one manually viaListSolNetworkPackageInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonetworkPackages(List<ListSolNetworkPackageInfo>)
.- Parameters:
networkPackages
- a consumer that will call methods onListSolNetworkPackageInfo.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 isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-