pub struct Builder { /* private fields */ }
Expand description
A builder for StartReferenceImportJobSourceItem
.
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 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) -> StartReferenceImportJobSourceItem
pub fn build(self) -> StartReferenceImportJobSourceItem
Consumes the builder and constructs a StartReferenceImportJobSourceItem
.