Interface ListAssetsResponse.Builder

    • Method Detail

      • assets

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

        ListAssetsResponse.Builder assets​(AssetShallow... assets)
        A list of MediaPackage VOD Asset resources.
        Parameters:
        assets - A list of MediaPackage VOD Asset resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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