Interface ListSolNetworkPackagesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListSolNetworkPackagesResponse.Builder,ListSolNetworkPackagesResponse>, SdkBuilder<ListSolNetworkPackagesResponse.Builder,ListSolNetworkPackagesResponse>, SdkPojo, SdkResponse.Builder, TnbResponse.Builder
Enclosing class:
ListSolNetworkPackagesResponse

public static interface ListSolNetworkPackagesResponse.Builder extends TnbResponse.Builder, SdkPojo, CopyableBuilder<ListSolNetworkPackagesResponse.Builder,ListSolNetworkPackagesResponse>
  • Method Details

    • 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

      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

      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 the ListSolNetworkPackageInfo.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<ListSolNetworkPackageInfo>).

      Parameters:
      networkPackages - a consumer that will call methods on ListSolNetworkPackageInfo.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 is null when there are no more results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.