Interface ListSubPackageGroupsResponse.Builder

    • Method Detail

      • packageGroups

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

        A list of sub package groups for the requested package group.

        Parameters:
        packageGroups - A list of sub package groups for the requested package group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packageGroups

        ListSubPackageGroupsResponse.Builder packageGroups​(PackageGroupSummary... packageGroups)

        A list of sub package groups for the requested package group.

        Parameters:
        packageGroups - A list of sub package groups for the requested package group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSubPackageGroupsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.