Interface ListPackageGroupsResponse.Builder

    • Method Detail

      • packageGroups

        ListPackageGroupsResponse.Builder packageGroups​(Collection<PackageGroupSummary> packageGroups)

        The list of package groups in the requested domain.

        Parameters:
        packageGroups - The list of package groups in the requested domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packageGroups

        ListPackageGroupsResponse.Builder packageGroups​(PackageGroupSummary... packageGroups)

        The list of package groups in the requested domain.

        Parameters:
        packageGroups - The list of package groups in the requested domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPackageGroupsResponse.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.