Struct aws_sdk_omics::input::get_workflow_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetWorkflowInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn type(self, input: WorkflowType) -> Self
pub fn type(self, input: WorkflowType) -> Self
The workflow's type.
sourcepub fn set_type(self, input: Option<WorkflowType>) -> Self
pub fn set_type(self, input: Option<WorkflowType>) -> Self
The workflow's type.
sourcepub fn export(self, input: WorkflowExport) -> Self
pub fn export(self, input: WorkflowExport) -> Self
Appends an item to export
.
To override the contents of this collection use set_export
.
The export format for the workflow.
sourcepub fn set_export(self, input: Option<Vec<WorkflowExport>>) -> Self
pub fn set_export(self, input: Option<Vec<WorkflowExport>>) -> Self
The export format for the workflow.
sourcepub fn build(self) -> Result<GetWorkflowInput, BuildError>
pub fn build(self) -> Result<GetWorkflowInput, BuildError>
Consumes the builder and constructs a GetWorkflowInput
.