Struct aws_sdk_omics::model::vcf_options::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for VcfOptions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ignore_qual_field(self, input: bool) -> Self
pub fn ignore_qual_field(self, input: bool) -> Self
The file's ignore qual field setting.
sourcepub fn set_ignore_qual_field(self, input: Option<bool>) -> Self
pub fn set_ignore_qual_field(self, input: Option<bool>) -> Self
The file's ignore qual field setting.
sourcepub fn ignore_filter_field(self, input: bool) -> Self
pub fn ignore_filter_field(self, input: bool) -> Self
The file's ignore filter field setting.
sourcepub fn set_ignore_filter_field(self, input: Option<bool>) -> Self
pub fn set_ignore_filter_field(self, input: Option<bool>) -> Self
The file's ignore filter field setting.
sourcepub fn build(self) -> VcfOptions
pub fn build(self) -> VcfOptions
Consumes the builder and constructs a VcfOptions
.