Struct aws_sdk_omics::model::sequence_information::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SequenceInformation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn total_read_count(self, input: i64) -> Self
pub fn total_read_count(self, input: i64) -> Self
The sequence's total read count.
sourcepub fn set_total_read_count(self, input: Option<i64>) -> Self
pub fn set_total_read_count(self, input: Option<i64>) -> Self
The sequence's total read count.
sourcepub fn total_base_count(self, input: i64) -> Self
pub fn total_base_count(self, input: i64) -> Self
The sequence's total base count.
sourcepub fn set_total_base_count(self, input: Option<i64>) -> Self
pub fn set_total_base_count(self, input: Option<i64>) -> Self
The sequence's total base count.
sourcepub fn generated_from(self, input: impl Into<String>) -> Self
pub fn generated_from(self, input: impl Into<String>) -> Self
Where the sequence originated.
sourcepub fn set_generated_from(self, input: Option<String>) -> Self
pub fn set_generated_from(self, input: Option<String>) -> Self
Where the sequence originated.
sourcepub fn set_alignment(self, input: Option<String>) -> Self
pub fn set_alignment(self, input: Option<String>) -> Self
The sequence's alignment setting.
sourcepub fn build(self) -> SequenceInformation
pub fn build(self) -> SequenceInformation
Consumes the builder and constructs a SequenceInformation
.