pub struct Builder { /* private fields */ }
Expand description
A builder for LambdaExecutorConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn lambda_function_arn(self, input: impl Into<String>) -> Self
pub fn lambda_function_arn(self, input: impl Into<String>) -> Self
The ARN of the Lambda function used by the action engine.
sourcepub fn set_lambda_function_arn(self, input: Option<String>) -> Self
pub fn set_lambda_function_arn(self, input: Option<String>) -> Self
The ARN of the Lambda function used by the action engine.
sourcepub fn build(self) -> LambdaExecutorConfiguration
pub fn build(self) -> LambdaExecutorConfiguration
Consumes the builder and constructs a LambdaExecutorConfiguration
.