Struct aws_sdk_omics::model::workflow_list_item::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for WorkflowListItem
.
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.
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 set_digest(self, input: Option<String>) -> Self
pub fn set_digest(self, input: Option<String>) -> Self
The workflow's digest.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
When the workflow was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
When the workflow was created.
sourcepub fn build(self) -> WorkflowListItem
pub fn build(self) -> WorkflowListItem
Consumes the builder and constructs a WorkflowListItem
.