Interface ListRevisionAssetsResponse.Builder

    • Method Detail

      • assets

        ListRevisionAssetsResponse.Builder assets​(Collection<AssetEntry> assets)

        The asset objects listed by the request.

        Parameters:
        assets - The asset objects listed by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assets

        ListRevisionAssetsResponse.Builder assets​(AssetEntry... assets)

        The asset objects listed by the request.

        Parameters:
        assets - The asset objects listed by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRevisionAssetsResponse.Builder nextToken​(String nextToken)

        The token value retrieved from a previous call to access the next page of results.

        Parameters:
        nextToken - The token value retrieved from a previous call to access the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.