pub struct Builder { /* private fields */ }
Expand description
A builder for InvalidLambdaFunctionException
.
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
Indicates that the ARN of the function was not found.
sourcepub fn set_function_arn(self, input: Option<String>) -> Self
pub fn set_function_arn(self, input: Option<String>) -> Self
Indicates that the ARN of the function was not found.
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
sourcepub fn build(self) -> InvalidLambdaFunctionException
pub fn build(self) -> InvalidLambdaFunctionException
Consumes the builder and constructs a InvalidLambdaFunctionException
.