Interface MetaFlowAsset.Builder

  • Method Details

    • name

      The filename of the asset (for example, flow.json).

      Parameters:
      name - The filename of the asset (for example, flow.json).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assetType

      MetaFlowAsset.Builder assetType(String assetType)

      The type of asset. Currently the only supported value is FLOW_JSON.

      Parameters:
      assetType - The type of asset. Currently the only supported value is FLOW_JSON.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • downloadUrl

      MetaFlowAsset.Builder downloadUrl(String downloadUrl)

      A presigned URL from Meta for downloading the asset. The URL expires after a short period.

      Parameters:
      downloadUrl - A presigned URL from Meta for downloading the asset. The URL expires after a short period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.