Struct aws_sdk_omics::output::create_workflow_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateWorkflowOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn status(self, input: WorkflowStatus) -> Self
pub fn status(self, input: WorkflowStatus) -> Self
The workflow's status.
sourcepub fn set_status(self, input: Option<WorkflowStatus>) -> Self
pub fn set_status(self, input: Option<WorkflowStatus>) -> Self
The workflow's status.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The workflow's tags.
The workflow's tags.
sourcepub fn build(self) -> CreateWorkflowOutput
pub fn build(self) -> CreateWorkflowOutput
Consumes the builder and constructs a CreateWorkflowOutput
.