Interface PipelineResource.UpdateStages.WithConcurrency

All Known Subinterfaces:
PipelineResource.Update
Enclosing interface:
PipelineResource.UpdateStages

public static interface PipelineResource.UpdateStages.WithConcurrency
The stage of the PipelineResource update allowing to specify concurrency.
  • Method Summary

    Modifier and Type
    Method
    Description
    withConcurrency(Integer concurrency)
    Specifies the concurrency property: The max number of concurrent runs for the pipeline..
  • Method Details

    • withConcurrency

      PipelineResource.Update withConcurrency(Integer concurrency)
      Specifies the concurrency property: The max number of concurrent runs for the pipeline..
      Parameters:
      concurrency - The max number of concurrent runs for the pipeline.
      Returns:
      the next definition stage.