Interface ListPackagingGroupsResponse.Builder

    • Method Detail

      • nextToken

        ListPackagingGroupsResponse.Builder nextToken​(String nextToken)
        A token that can be used to resume pagination from the end of the collection.
        Parameters:
        nextToken - A token that can be used to resume pagination from the end of the collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packagingGroups

        ListPackagingGroupsResponse.Builder packagingGroups​(Collection<PackagingGroup> packagingGroups)
        A list of MediaPackage VOD PackagingGroup resources.
        Parameters:
        packagingGroups - A list of MediaPackage VOD PackagingGroup resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • packagingGroups

        ListPackagingGroupsResponse.Builder packagingGroups​(PackagingGroup... packagingGroups)
        A list of MediaPackage VOD PackagingGroup resources.
        Parameters:
        packagingGroups - A list of MediaPackage VOD PackagingGroup resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.