Struct aws_sdk_lambda::operation::get_function_concurrency::builders::GetFunctionConcurrencyOutputBuilder
source · #[non_exhaustive]pub struct GetFunctionConcurrencyOutputBuilder { /* private fields */ }
Expand description
A builder for GetFunctionConcurrencyOutput
.
Implementations§
source§impl GetFunctionConcurrencyOutputBuilder
impl GetFunctionConcurrencyOutputBuilder
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
.
Trait Implementations§
source§impl Clone for GetFunctionConcurrencyOutputBuilder
impl Clone for GetFunctionConcurrencyOutputBuilder
source§fn clone(&self) -> GetFunctionConcurrencyOutputBuilder
fn clone(&self) -> GetFunctionConcurrencyOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for GetFunctionConcurrencyOutputBuilder
impl Default for GetFunctionConcurrencyOutputBuilder
source§fn default() -> GetFunctionConcurrencyOutputBuilder
fn default() -> GetFunctionConcurrencyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetFunctionConcurrencyOutputBuilder> for GetFunctionConcurrencyOutputBuilder
impl PartialEq<GetFunctionConcurrencyOutputBuilder> for GetFunctionConcurrencyOutputBuilder
source§fn eq(&self, other: &GetFunctionConcurrencyOutputBuilder) -> bool
fn eq(&self, other: &GetFunctionConcurrencyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.