Interface LiveOutput.DefinitionStages.WithManifestName

All Known Subinterfaces:
LiveOutput.Definition, LiveOutput.DefinitionStages.WithCreate
Enclosing interface:
LiveOutput.DefinitionStages

public static interface LiveOutput.DefinitionStages.WithManifestName
The stage of the LiveOutput definition allowing to specify manifestName.
  • Method Details

    • withManifestName

      LiveOutput.DefinitionStages.WithCreate withManifestName(String manifestName)
      Specifies the manifestName property: The manifest file name. If not provided, the service will generate one automatically..
      Parameters:
      manifestName - The manifest file name. If not provided, the service will generate one automatically.
      Returns:
      the next definition stage.