#[non_exhaustive]pub struct LambdaFunctionConfigurationBuilder { /* private fields */ }Expand description
A builder for LambdaFunctionConfiguration.
Implementations§
source§impl LambdaFunctionConfigurationBuilder
impl LambdaFunctionConfigurationBuilder
sourcepub fn compute(self, input: ComputeConfiguration) -> Self
pub fn compute(self, input: ComputeConfiguration) -> Self
Details about the compute configuration.
sourcepub fn set_compute(self, input: Option<ComputeConfiguration>) -> Self
pub fn set_compute(self, input: Option<ComputeConfiguration>) -> Self
Details about the compute configuration.
sourcepub fn get_compute(&self) -> &Option<ComputeConfiguration>
pub fn get_compute(&self) -> &Option<ComputeConfiguration>
Details about the compute configuration.
sourcepub fn build(self) -> LambdaFunctionConfiguration
pub fn build(self) -> LambdaFunctionConfiguration
Consumes the builder and constructs a LambdaFunctionConfiguration.
Trait Implementations§
source§impl Clone for LambdaFunctionConfigurationBuilder
impl Clone for LambdaFunctionConfigurationBuilder
source§fn clone(&self) -> LambdaFunctionConfigurationBuilder
fn clone(&self) -> LambdaFunctionConfigurationBuilder
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 LambdaFunctionConfigurationBuilder
impl Default for LambdaFunctionConfigurationBuilder
source§fn default() -> LambdaFunctionConfigurationBuilder
fn default() -> LambdaFunctionConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for LambdaFunctionConfigurationBuilder
impl PartialEq for LambdaFunctionConfigurationBuilder
source§fn eq(&self, other: &LambdaFunctionConfigurationBuilder) -> bool
fn eq(&self, other: &LambdaFunctionConfigurationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LambdaFunctionConfigurationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for LambdaFunctionConfigurationBuilder
impl Send for LambdaFunctionConfigurationBuilder
impl Sync for LambdaFunctionConfigurationBuilder
impl Unpin for LambdaFunctionConfigurationBuilder
impl UnwindSafe for LambdaFunctionConfigurationBuilder
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.