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