Struct aws_sdk_omics::model::export_read_set::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ExportReadSet
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn read_set_id(self, input: impl Into<String>) -> Self
pub fn read_set_id(self, input: impl Into<String>) -> Self
The set's ID.
sourcepub fn set_read_set_id(self, input: Option<String>) -> Self
pub fn set_read_set_id(self, input: Option<String>) -> Self
The set's ID.
sourcepub fn build(self) -> ExportReadSet
pub fn build(self) -> ExportReadSet
Consumes the builder and constructs a ExportReadSet
.