Struct aws_sdk_iot::types::builders::LambdaActionBuilder
source · #[non_exhaustive]pub struct LambdaActionBuilder { /* private fields */ }
Expand description
A builder for LambdaAction
.
Implementations§
source§impl LambdaActionBuilder
impl LambdaActionBuilder
sourcepub fn function_arn(self, input: impl Into<String>) -> Self
pub fn function_arn(self, input: impl Into<String>) -> Self
The ARN of the Lambda function.
sourcepub fn set_function_arn(self, input: Option<String>) -> Self
pub fn set_function_arn(self, input: Option<String>) -> Self
The ARN of the Lambda function.
sourcepub fn build(self) -> LambdaAction
pub fn build(self) -> LambdaAction
Consumes the builder and constructs a LambdaAction
.
Trait Implementations§
source§impl Clone for LambdaActionBuilder
impl Clone for LambdaActionBuilder
source§fn clone(&self) -> LambdaActionBuilder
fn clone(&self) -> LambdaActionBuilder
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 LambdaActionBuilder
impl Debug for LambdaActionBuilder
source§impl Default for LambdaActionBuilder
impl Default for LambdaActionBuilder
source§fn default() -> LambdaActionBuilder
fn default() -> LambdaActionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LambdaActionBuilder> for LambdaActionBuilder
impl PartialEq<LambdaActionBuilder> for LambdaActionBuilder
source§fn eq(&self, other: &LambdaActionBuilder) -> bool
fn eq(&self, other: &LambdaActionBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.