Struct aws_sdk_omics::operation::create_multipart_read_set_upload::builders::CreateMultipartReadSetUploadOutputBuilder
source · #[non_exhaustive]pub struct CreateMultipartReadSetUploadOutputBuilder { /* private fields */ }
Expand description
A builder for CreateMultipartReadSetUploadOutput
.
Implementations§
source§impl CreateMultipartReadSetUploadOutputBuilder
impl CreateMultipartReadSetUploadOutputBuilder
sourcepub fn sequence_store_id(self, input: impl Into<String>) -> Self
pub fn sequence_store_id(self, input: impl Into<String>) -> Self
The sequence store ID for the store that the read set will be created in.
sourcepub fn set_sequence_store_id(self, input: Option<String>) -> Self
pub fn set_sequence_store_id(self, input: Option<String>) -> Self
The sequence store ID for the store that the read set will be created in.
sourcepub fn upload_id(self, input: impl Into<String>) -> Self
pub fn upload_id(self, input: impl Into<String>) -> Self
he ID for the initiated multipart upload.
sourcepub fn set_upload_id(self, input: Option<String>) -> Self
pub fn set_upload_id(self, input: Option<String>) -> Self
he ID for the initiated multipart upload.
sourcepub fn source_file_type(self, input: FileType) -> Self
pub fn source_file_type(self, input: FileType) -> Self
The file type of the read set source.
sourcepub fn set_source_file_type(self, input: Option<FileType>) -> Self
pub fn set_source_file_type(self, input: Option<FileType>) -> Self
The file type of the read set source.
sourcepub fn subject_id(self, input: impl Into<String>) -> Self
pub fn subject_id(self, input: impl Into<String>) -> Self
The source's subject ID.
sourcepub fn set_subject_id(self, input: Option<String>) -> Self
pub fn set_subject_id(self, input: Option<String>) -> Self
The source's subject ID.
sourcepub fn set_sample_id(self, input: Option<String>) -> Self
pub fn set_sample_id(self, input: Option<String>) -> Self
The source's sample ID.
sourcepub fn generated_from(self, input: impl Into<String>) -> Self
pub fn generated_from(self, input: impl Into<String>) -> Self
The source of the read set.
sourcepub fn set_generated_from(self, input: Option<String>) -> Self
pub fn set_generated_from(self, input: Option<String>) -> Self
The source of the read set.
sourcepub fn reference_arn(self, input: impl Into<String>) -> Self
pub fn reference_arn(self, input: impl Into<String>) -> Self
The read set source's reference ARN.
sourcepub fn set_reference_arn(self, input: Option<String>) -> Self
pub fn set_reference_arn(self, input: Option<String>) -> Self
The read set source's reference ARN.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the read set.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the read set.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags to add to the read set.
The tags to add to the read set.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The creation time of the multipart upload.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The creation time of the multipart upload.
sourcepub fn build(self) -> CreateMultipartReadSetUploadOutput
pub fn build(self) -> CreateMultipartReadSetUploadOutput
Consumes the builder and constructs a CreateMultipartReadSetUploadOutput
.
Trait Implementations§
source§impl Clone for CreateMultipartReadSetUploadOutputBuilder
impl Clone for CreateMultipartReadSetUploadOutputBuilder
source§fn clone(&self) -> CreateMultipartReadSetUploadOutputBuilder
fn clone(&self) -> CreateMultipartReadSetUploadOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateMultipartReadSetUploadOutputBuilder
impl Default for CreateMultipartReadSetUploadOutputBuilder
source§fn default() -> CreateMultipartReadSetUploadOutputBuilder
fn default() -> CreateMultipartReadSetUploadOutputBuilder
source§impl PartialEq<CreateMultipartReadSetUploadOutputBuilder> for CreateMultipartReadSetUploadOutputBuilder
impl PartialEq<CreateMultipartReadSetUploadOutputBuilder> for CreateMultipartReadSetUploadOutputBuilder
source§fn eq(&self, other: &CreateMultipartReadSetUploadOutputBuilder) -> bool
fn eq(&self, other: &CreateMultipartReadSetUploadOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.