Struct aws_sdk_omics::model::import_reference_job_item::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ImportReferenceJobItem
.
Implementations§
source§impl Builder
impl Builder
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 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 build(self) -> ImportReferenceJobItem
pub fn build(self) -> ImportReferenceJobItem
Consumes the builder and constructs a ImportReferenceJobItem
.