Struct aws_sdk_iot::model::lambda_action::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LambdaAction
.
Implementations§
source§impl Builder
impl Builder
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
.