Struct aws_sdk_omics::operation::get_reference_import_job::builders::GetReferenceImportJobOutputBuilder
source · #[non_exhaustive]pub struct GetReferenceImportJobOutputBuilder { /* private fields */ }
Expand description
A builder for GetReferenceImportJobOutput
.
Implementations§
source§impl GetReferenceImportJobOutputBuilder
impl GetReferenceImportJobOutputBuilder
sourcepub fn reference_store_id(self, input: impl Into<String>) -> Self
pub fn reference_store_id(self, input: impl Into<String>) -> Self
The job's reference store ID.
sourcepub fn set_reference_store_id(self, input: Option<String>) -> Self
pub fn set_reference_store_id(self, input: Option<String>) -> Self
The job's reference store ID.
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 status(self, input: ReferenceImportJobStatus) -> Self
pub fn status(self, input: ReferenceImportJobStatus) -> Self
The job's status.
sourcepub fn set_status(self, input: Option<ReferenceImportJobStatus>) -> Self
pub fn set_status(self, input: Option<ReferenceImportJobStatus>) -> 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 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 sources(self, input: ImportReferenceSourceItem) -> Self
pub fn sources(self, input: ImportReferenceSourceItem) -> Self
Appends an item to sources
.
To override the contents of this collection use set_sources
.
The job's sources.
sourcepub fn set_sources(self, input: Option<Vec<ImportReferenceSourceItem>>) -> Self
pub fn set_sources(self, input: Option<Vec<ImportReferenceSourceItem>>) -> Self
The job's sources.
sourcepub fn build(self) -> GetReferenceImportJobOutput
pub fn build(self) -> GetReferenceImportJobOutput
Consumes the builder and constructs a GetReferenceImportJobOutput
.
Trait Implementations§
source§impl Clone for GetReferenceImportJobOutputBuilder
impl Clone for GetReferenceImportJobOutputBuilder
source§fn clone(&self) -> GetReferenceImportJobOutputBuilder
fn clone(&self) -> GetReferenceImportJobOutputBuilder
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 GetReferenceImportJobOutputBuilder
impl Default for GetReferenceImportJobOutputBuilder
source§fn default() -> GetReferenceImportJobOutputBuilder
fn default() -> GetReferenceImportJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetReferenceImportJobOutputBuilder> for GetReferenceImportJobOutputBuilder
impl PartialEq<GetReferenceImportJobOutputBuilder> for GetReferenceImportJobOutputBuilder
source§fn eq(&self, other: &GetReferenceImportJobOutputBuilder) -> bool
fn eq(&self, other: &GetReferenceImportJobOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.