Struct aws_sdk_omics::input::get_read_set_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetReadSetInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn sequence_store_id(self, input: impl Into<String>) -> Self
pub fn sequence_store_id(self, input: impl Into<String>) -> Self
The read set's sequence store ID.
sourcepub fn set_sequence_store_id(self, input: Option<String>) -> Self
pub fn set_sequence_store_id(self, input: Option<String>) -> Self
The read set's sequence store ID.
sourcepub fn file(self, input: ReadSetFile) -> Self
pub fn file(self, input: ReadSetFile) -> Self
The file to retrieve.
sourcepub fn set_file(self, input: Option<ReadSetFile>) -> Self
pub fn set_file(self, input: Option<ReadSetFile>) -> Self
The file to retrieve.
sourcepub fn part_number(self, input: i32) -> Self
pub fn part_number(self, input: i32) -> Self
The part number to retrieve.
sourcepub fn set_part_number(self, input: Option<i32>) -> Self
pub fn set_part_number(self, input: Option<i32>) -> Self
The part number to retrieve.
sourcepub fn build(self) -> Result<GetReadSetInput, BuildError>
pub fn build(self) -> Result<GetReadSetInput, BuildError>
Consumes the builder and constructs a GetReadSetInput
.