Struct aws_sdk_cloudfront::output::test_function_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TestFunctionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn test_result(self, input: TestResult) -> Self
pub fn test_result(self, input: TestResult) -> Self
An object that represents the result of running the function with the provided event object.
sourcepub fn set_test_result(self, input: Option<TestResult>) -> Self
pub fn set_test_result(self, input: Option<TestResult>) -> Self
An object that represents the result of running the function with the provided event object.
sourcepub fn build(self) -> TestFunctionOutput
pub fn build(self) -> TestFunctionOutput
Consumes the builder and constructs a TestFunctionOutput
.