pub struct Builder { /* private fields */ }
Expand description
A builder for PutFunctionConcurrencyOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn reserved_concurrent_executions(self, input: i32) -> Self
pub fn reserved_concurrent_executions(self, input: i32) -> Self
The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.
sourcepub fn set_reserved_concurrent_executions(self, input: Option<i32>) -> Self
pub fn set_reserved_concurrent_executions(self, input: Option<i32>) -> Self
The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.
sourcepub fn build(self) -> PutFunctionConcurrencyOutput
pub fn build(self) -> PutFunctionConcurrencyOutput
Consumes the builder and constructs a PutFunctionConcurrencyOutput
.