#[non_exhaustive]pub struct LambdaOutputUpdateBuilder { /* private fields */ }Expand description
A builder for LambdaOutputUpdate.
Implementations§
source§impl LambdaOutputUpdateBuilder
impl LambdaOutputUpdateBuilder
sourcepub fn resource_arn_update(self, input: impl Into<String>) -> Self
pub fn resource_arn_update(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the destination Amazon Lambda function.
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: Amazon Lambda
sourcepub fn set_resource_arn_update(self, input: Option<String>) -> Self
pub fn set_resource_arn_update(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the destination Amazon Lambda function.
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: Amazon Lambda
sourcepub fn get_resource_arn_update(&self) -> &Option<String>
pub fn get_resource_arn_update(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the destination Amazon Lambda function.
To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: Amazon Lambda
sourcepub fn build(self) -> Result<LambdaOutputUpdate, BuildError>
pub fn build(self) -> Result<LambdaOutputUpdate, BuildError>
Consumes the builder and constructs a LambdaOutputUpdate.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for LambdaOutputUpdateBuilder
impl Clone for LambdaOutputUpdateBuilder
source§fn clone(&self) -> LambdaOutputUpdateBuilder
fn clone(&self) -> LambdaOutputUpdateBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for LambdaOutputUpdateBuilder
impl Debug for LambdaOutputUpdateBuilder
source§impl Default for LambdaOutputUpdateBuilder
impl Default for LambdaOutputUpdateBuilder
source§fn default() -> LambdaOutputUpdateBuilder
fn default() -> LambdaOutputUpdateBuilder
source§impl PartialEq for LambdaOutputUpdateBuilder
impl PartialEq for LambdaOutputUpdateBuilder
source§fn eq(&self, other: &LambdaOutputUpdateBuilder) -> bool
fn eq(&self, other: &LambdaOutputUpdateBuilder) -> bool
self and other values to be equal, and is used
by ==.