Interface ListAssociatedPackagesResponse.Builder

    • Method Detail

      • packages

        ListAssociatedPackagesResponse.Builder packages​(Collection<AssociatedPackage> packages)

        The list of packages associated with the requested package group.

        Parameters:
        packages - The list of packages associated with the requested package group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packages

        ListAssociatedPackagesResponse.Builder packages​(AssociatedPackage... packages)

        The list of packages associated with the requested package group.

        Parameters:
        packages - The list of packages associated with the requested package group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssociatedPackagesResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Parameters:
        nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.