Struct aws_sdk_omics::operation::create_multipart_read_set_upload::builders::CreateMultipartReadSetUploadInputBuilder
source · #[non_exhaustive]pub struct CreateMultipartReadSetUploadInputBuilder { /* private fields */ }
Expand description
A builder for CreateMultipartReadSetUploadInput
.
Implementations§
source§impl CreateMultipartReadSetUploadInputBuilder
impl CreateMultipartReadSetUploadInputBuilder
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 is the destination of the multipart uploads.
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 is the destination of the multipart uploads.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
An idempotency token that can be used to avoid triggering multiple multipart uploads.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
An idempotency token that can be used to avoid triggering multiple multipart uploads.
sourcepub fn source_file_type(self, input: FileType) -> Self
pub fn source_file_type(self, input: FileType) -> Self
The type of file being uploaded.
sourcepub fn set_source_file_type(self, input: Option<FileType>) -> Self
pub fn set_source_file_type(self, input: Option<FileType>) -> Self
The type of file being uploaded.
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
Where the source originated.
sourcepub fn set_generated_from(self, input: Option<String>) -> Self
pub fn set_generated_from(self, input: Option<String>) -> Self
Where the source originated.
sourcepub fn reference_arn(self, input: impl Into<String>) -> Self
pub fn reference_arn(self, input: impl Into<String>) -> Self
The ARN of the reference.
sourcepub fn set_reference_arn(self, input: Option<String>) -> Self
pub fn set_reference_arn(self, input: Option<String>) -> Self
The ARN of the reference.
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
.
Any tags to add to the read set.
Any tags to add to the read set.
sourcepub fn build(self) -> Result<CreateMultipartReadSetUploadInput, BuildError>
pub fn build(self) -> Result<CreateMultipartReadSetUploadInput, BuildError>
Consumes the builder and constructs a CreateMultipartReadSetUploadInput
.
Trait Implementations§
source§impl Clone for CreateMultipartReadSetUploadInputBuilder
impl Clone for CreateMultipartReadSetUploadInputBuilder
source§fn clone(&self) -> CreateMultipartReadSetUploadInputBuilder
fn clone(&self) -> CreateMultipartReadSetUploadInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateMultipartReadSetUploadInputBuilder
impl Default for CreateMultipartReadSetUploadInputBuilder
source§fn default() -> CreateMultipartReadSetUploadInputBuilder
fn default() -> CreateMultipartReadSetUploadInputBuilder
source§impl PartialEq<CreateMultipartReadSetUploadInputBuilder> for CreateMultipartReadSetUploadInputBuilder
impl PartialEq<CreateMultipartReadSetUploadInputBuilder> for CreateMultipartReadSetUploadInputBuilder
source§fn eq(&self, other: &CreateMultipartReadSetUploadInputBuilder) -> bool
fn eq(&self, other: &CreateMultipartReadSetUploadInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.