Struct aws_sdk_omics::input::batch_delete_read_set_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for BatchDeleteReadSetInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ids(self, input: impl Into<String>) -> Self
pub fn ids(self, input: impl Into<String>) -> Self
Appends an item to ids
.
To override the contents of this collection use set_ids
.
The read sets' IDs.
sourcepub fn sequence_store_id(self, input: impl Into<String>) -> Self
pub fn sequence_store_id(self, input: impl Into<String>) -> Self
The read sets' 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 sets' sequence store ID.
sourcepub fn build(self) -> Result<BatchDeleteReadSetInput, BuildError>
pub fn build(self) -> Result<BatchDeleteReadSetInput, BuildError>
Consumes the builder and constructs a BatchDeleteReadSetInput
.