Struct aws_sdk_omics::input::get_read_set_metadata_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetReadSetMetadataInput
.
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 build(self) -> Result<GetReadSetMetadataInput, BuildError>
pub fn build(self) -> Result<GetReadSetMetadataInput, BuildError>
Consumes the builder and constructs a GetReadSetMetadataInput
.