Struct aws_sdk_lambda::output::invoke_async_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for InvokeAsyncOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The status code.
sourcepub fn build(self) -> InvokeAsyncOutput
pub fn build(self) -> InvokeAsyncOutput
Consumes the builder and constructs a InvokeAsyncOutput
.