Interface PipelineJob.UpdateStages.WithTopologyName

  • All Known Subinterfaces:
    PipelineJob.Update
    Enclosing interface:
    PipelineJob.UpdateStages

    public static interface PipelineJob.UpdateStages.WithTopologyName
    The stage of the PipelineJob update allowing to specify topologyName.
    • Method Detail

      • withTopologyName

        PipelineJob.Update withTopologyName​(String topologyName)
        Specifies the topologyName property: Reference to an existing pipeline topology. When activated, this pipeline job will process content according to the pipeline topology definition..
        Parameters:
        topologyName - Reference to an existing pipeline topology. When activated, this pipeline job will process content according to the pipeline topology definition.
        Returns:
        the next definition stage.