pub struct Builder { /* private fields */ }
Expand description
A builder for GetFunctionConcurrencyOutput
.
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 simultaneous executions that are reserved for the function.
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 simultaneous executions that are reserved for the function.
sourcepub fn build(self) -> GetFunctionConcurrencyOutput
pub fn build(self) -> GetFunctionConcurrencyOutput
Consumes the builder and constructs a GetFunctionConcurrencyOutput
.