Struct aws_sdk_lambda::model::scaling_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ScalingConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn maximum_concurrency(self, input: i32) -> Self
pub fn maximum_concurrency(self, input: i32) -> Self
Limits the number of concurrent instances that the Amazon SQS event source can invoke.
sourcepub fn set_maximum_concurrency(self, input: Option<i32>) -> Self
pub fn set_maximum_concurrency(self, input: Option<i32>) -> Self
Limits the number of concurrent instances that the Amazon SQS event source can invoke.
sourcepub fn build(self) -> ScalingConfig
pub fn build(self) -> ScalingConfig
Consumes the builder and constructs a ScalingConfig
.