Struct aws_sdk_omics::operation::create_multipart_read_set_upload::builders::CreateMultipartReadSetUploadFluentBuilder
source · pub struct CreateMultipartReadSetUploadFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateMultipartReadSetUpload
.
Begins a multipart read set upload.
Implementations§
source§impl CreateMultipartReadSetUploadFluentBuilder
impl CreateMultipartReadSetUploadFluentBuilder
sourcepub async fn send(
self
) -> Result<CreateMultipartReadSetUploadOutput, SdkError<CreateMultipartReadSetUploadError>>
pub async fn send( self ) -> Result<CreateMultipartReadSetUploadOutput, SdkError<CreateMultipartReadSetUploadError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateMultipartReadSetUpload, AwsResponseRetryClassifier>, SdkError<CreateMultipartReadSetUploadError>>
pub async fn customize( self ) -> Result<CustomizableOperation<CreateMultipartReadSetUpload, AwsResponseRetryClassifier>, SdkError<CreateMultipartReadSetUploadError>>
Consumes this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
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.
Trait Implementations§
source§impl Clone for CreateMultipartReadSetUploadFluentBuilder
impl Clone for CreateMultipartReadSetUploadFluentBuilder
source§fn clone(&self) -> CreateMultipartReadSetUploadFluentBuilder
fn clone(&self) -> CreateMultipartReadSetUploadFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more