public static interface ListSolNetworkPackagesResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<ListSolNetworkPackagesResponse.Builder,ListSolNetworkPackagesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSolNetworkPackagesResponse.Builder |
networkPackages(Collection<ListSolNetworkPackageInfo> networkPackages)
Network packages.
|
ListSolNetworkPackagesResponse.Builder |
networkPackages(Consumer<ListSolNetworkPackageInfo.Builder>... networkPackages)
Network packages.
|
ListSolNetworkPackagesResponse.Builder |
networkPackages(ListSolNetworkPackageInfo... networkPackages)
Network packages.
|
ListSolNetworkPackagesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolNetworkPackagesResponse.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.
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.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.
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.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 via ListSolNetworkPackageInfo.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #networkPackages(List.
networkPackages - a consumer that will call methods on
ListSolNetworkPackageInfo.Builder#networkPackages(java.util.Collection) ListSolNetworkPackagesResponse.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.