#[non_exhaustive]pub struct LambdaStepMetadataBuilder { /* private fields */ }
Expand description
A builder for LambdaStepMetadata
.
Implementations§
source§impl LambdaStepMetadataBuilder
impl LambdaStepMetadataBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
sourcepub fn output_parameters(self, input: OutputParameter) -> Self
pub fn output_parameters(self, input: OutputParameter) -> Self
Appends an item to output_parameters
.
To override the contents of this collection use set_output_parameters
.
A list of the output parameters of the Lambda step.
sourcepub fn set_output_parameters(self, input: Option<Vec<OutputParameter>>) -> Self
pub fn set_output_parameters(self, input: Option<Vec<OutputParameter>>) -> Self
A list of the output parameters of the Lambda step.
sourcepub fn get_output_parameters(&self) -> &Option<Vec<OutputParameter>>
pub fn get_output_parameters(&self) -> &Option<Vec<OutputParameter>>
A list of the output parameters of the Lambda step.
sourcepub fn build(self) -> LambdaStepMetadata
pub fn build(self) -> LambdaStepMetadata
Consumes the builder and constructs a LambdaStepMetadata
.
Trait Implementations§
source§impl Clone for LambdaStepMetadataBuilder
impl Clone for LambdaStepMetadataBuilder
source§fn clone(&self) -> LambdaStepMetadataBuilder
fn clone(&self) -> LambdaStepMetadataBuilder
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 Debug for LambdaStepMetadataBuilder
impl Debug for LambdaStepMetadataBuilder
source§impl Default for LambdaStepMetadataBuilder
impl Default for LambdaStepMetadataBuilder
source§fn default() -> LambdaStepMetadataBuilder
fn default() -> LambdaStepMetadataBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for LambdaStepMetadataBuilder
impl PartialEq for LambdaStepMetadataBuilder
source§fn eq(&self, other: &LambdaStepMetadataBuilder) -> bool
fn eq(&self, other: &LambdaStepMetadataBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LambdaStepMetadataBuilder
Auto Trait Implementations§
impl Freeze for LambdaStepMetadataBuilder
impl RefUnwindSafe for LambdaStepMetadataBuilder
impl Send for LambdaStepMetadataBuilder
impl Sync for LambdaStepMetadataBuilder
impl Unpin for LambdaStepMetadataBuilder
impl UnwindSafe for LambdaStepMetadataBuilder
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.