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 get_reserved_concurrent_executions(&self) -> &Option<i32>
pub fn get_reserved_concurrent_executions(&self) -> &Option<i32>
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 for GetFunctionConcurrencyOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for GetFunctionConcurrencyOutputBuilder
Auto Trait Implementations§
impl Freeze for GetFunctionConcurrencyOutputBuilder
impl RefUnwindSafe for GetFunctionConcurrencyOutputBuilder
impl Send for GetFunctionConcurrencyOutputBuilder
impl Sync for GetFunctionConcurrencyOutputBuilder
impl Unpin for GetFunctionConcurrencyOutputBuilder
impl UnwindSafe for GetFunctionConcurrencyOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.