Struct aws_sdk_omics::model::import_reference_source_item::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ImportReferenceSourceItem
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn source_file(self, input: impl Into<String>) -> Self
pub fn source_file(self, input: impl Into<String>) -> Self
The source file's location in Amazon S3.
sourcepub fn set_source_file(self, input: Option<String>) -> Self
pub fn set_source_file(self, input: Option<String>) -> Self
The source file's location in Amazon S3.
sourcepub fn status(self, input: ReferenceImportJobItemStatus) -> Self
pub fn status(self, input: ReferenceImportJobItemStatus) -> Self
The source's status.
sourcepub fn set_status(self, input: Option<ReferenceImportJobItemStatus>) -> Self
pub fn set_status(self, input: Option<ReferenceImportJobItemStatus>) -> Self
The source's status.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
The source's status message.
sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
The source's status message.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The source's description.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The source's description.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The source's tags.
The source's tags.
sourcepub fn build(self) -> ImportReferenceSourceItem
pub fn build(self) -> ImportReferenceSourceItem
Consumes the builder and constructs a ImportReferenceSourceItem
.