Interface ExecutionProperty.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ExecutionProperty.Builder,ExecutionProperty>, SdkBuilder<ExecutionProperty.Builder,ExecutionProperty>, SdkPojo
Enclosing class:
ExecutionProperty

public static interface ExecutionProperty.Builder extends SdkPojo, CopyableBuilder<ExecutionProperty.Builder,ExecutionProperty>
  • 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.