Struct aws_sdk_omics::input::update_workflow_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateWorkflowInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description for the workflow.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description for the workflow.
sourcepub fn build(self) -> Result<UpdateWorkflowInput, BuildError>
pub fn build(self) -> Result<UpdateWorkflowInput, BuildError>
Consumes the builder and constructs a UpdateWorkflowInput
.