pub struct Builder { /* private fields */ }Expand description
A builder for StartImportTaskOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn task(self, input: ImportTask) -> Self
pub fn task(self, input: ImportTask) -> Self
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
sourcepub fn set_task(self, input: Option<ImportTask>) -> Self
pub fn set_task(self, input: Option<ImportTask>) -> Self
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
sourcepub fn build(self) -> StartImportTaskOutput
pub fn build(self) -> StartImportTaskOutput
Consumes the builder and constructs a StartImportTaskOutput.