Struct aws_sdk_omics::model::workflow_parameter::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for WorkflowParameter
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The parameter's description.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The parameter's description.
sourcepub fn set_optional(self, input: Option<bool>) -> Self
pub fn set_optional(self, input: Option<bool>) -> Self
Whether the parameter is optional.
sourcepub fn build(self) -> WorkflowParameter
pub fn build(self) -> WorkflowParameter
Consumes the builder and constructs a WorkflowParameter
.