Interface ExecutionProperty.Builder

  • Method Details

    • maxConcurrentRuns

      ExecutionProperty.Builder maxConcurrentRuns(Integer maxConcurrentRuns)

      The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.

      Parameters:
      maxConcurrentRuns - The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.