Struct aws_sdk_omics::operation::get_variant_import_job::builders::GetVariantImportJobOutputBuilder
source · #[non_exhaustive]pub struct GetVariantImportJobOutputBuilder { /* private fields */ }
Expand description
A builder for GetVariantImportJobOutput
.
Implementations§
source§impl GetVariantImportJobOutputBuilder
impl GetVariantImportJobOutputBuilder
sourcepub fn destination_name(self, input: impl Into<String>) -> Self
pub fn destination_name(self, input: impl Into<String>) -> Self
The job's destination variant store.
sourcepub fn set_destination_name(self, input: Option<String>) -> Self
pub fn set_destination_name(self, input: Option<String>) -> Self
The job's destination variant store.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
The job's service role ARN.
sourcepub fn set_status(self, input: Option<JobStatus>) -> Self
pub fn set_status(self, input: Option<JobStatus>) -> Self
The job's status.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
The job's status message.
sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
The job's status message.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
When the job was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
When the job was created.
sourcepub fn update_time(self, input: DateTime) -> Self
pub fn update_time(self, input: DateTime) -> Self
When the job was updated.
sourcepub fn set_update_time(self, input: Option<DateTime>) -> Self
pub fn set_update_time(self, input: Option<DateTime>) -> Self
When the job was updated.
sourcepub fn completion_time(self, input: DateTime) -> Self
pub fn completion_time(self, input: DateTime) -> Self
When the job completed.
sourcepub fn set_completion_time(self, input: Option<DateTime>) -> Self
pub fn set_completion_time(self, input: Option<DateTime>) -> Self
When the job completed.
sourcepub fn items(self, input: VariantImportItemDetail) -> Self
pub fn items(self, input: VariantImportItemDetail) -> Self
Appends an item to items
.
To override the contents of this collection use set_items
.
The job's items.
sourcepub fn set_items(self, input: Option<Vec<VariantImportItemDetail>>) -> Self
pub fn set_items(self, input: Option<Vec<VariantImportItemDetail>>) -> Self
The job's items.
sourcepub fn run_left_normalization(self, input: bool) -> Self
pub fn run_left_normalization(self, input: bool) -> Self
The job's left normalization setting.
sourcepub fn set_run_left_normalization(self, input: Option<bool>) -> Self
pub fn set_run_left_normalization(self, input: Option<bool>) -> Self
The job's left normalization setting.
sourcepub fn build(self) -> GetVariantImportJobOutput
pub fn build(self) -> GetVariantImportJobOutput
Consumes the builder and constructs a GetVariantImportJobOutput
.
Trait Implementations§
source§impl Clone for GetVariantImportJobOutputBuilder
impl Clone for GetVariantImportJobOutputBuilder
source§fn clone(&self) -> GetVariantImportJobOutputBuilder
fn clone(&self) -> GetVariantImportJobOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for GetVariantImportJobOutputBuilder
impl Default for GetVariantImportJobOutputBuilder
source§fn default() -> GetVariantImportJobOutputBuilder
fn default() -> GetVariantImportJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetVariantImportJobOutputBuilder> for GetVariantImportJobOutputBuilder
impl PartialEq<GetVariantImportJobOutputBuilder> for GetVariantImportJobOutputBuilder
source§fn eq(&self, other: &GetVariantImportJobOutputBuilder) -> bool
fn eq(&self, other: &GetVariantImportJobOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.