Struct aws_sdk_glue::model::execution_property::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ExecutionProperty.
Implementations§
source§impl Builder
impl Builder
sourcepub fn max_concurrent_runs(self, input: i32) -> Self
pub fn max_concurrent_runs(self, input: i32) -> Self
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.
sourcepub fn set_max_concurrent_runs(self, input: Option<i32>) -> Self
pub fn set_max_concurrent_runs(self, input: Option<i32>) -> Self
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.
sourcepub fn build(self) -> ExecutionProperty
pub fn build(self) -> ExecutionProperty
Consumes the builder and constructs a ExecutionProperty.