Struct aws_sdk_m2::model::data_set_import_task::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DataSetImportTask.
Implementations§
source§impl Builder
impl Builder
sourcepub fn task_id(self, input: impl Into<String>) -> Self
pub fn task_id(self, input: impl Into<String>) -> Self
The identifier of the data set import task.
sourcepub fn set_task_id(self, input: Option<String>) -> Self
pub fn set_task_id(self, input: Option<String>) -> Self
The identifier of the data set import task.
sourcepub fn status(self, input: DataSetTaskLifecycle) -> Self
pub fn status(self, input: DataSetTaskLifecycle) -> Self
The status of the data set import task.
sourcepub fn set_status(self, input: Option<DataSetTaskLifecycle>) -> Self
pub fn set_status(self, input: Option<DataSetTaskLifecycle>) -> Self
The status of the data set import task.
sourcepub fn summary(self, input: DataSetImportSummary) -> Self
pub fn summary(self, input: DataSetImportSummary) -> Self
A summary of the data set import task.
sourcepub fn set_summary(self, input: Option<DataSetImportSummary>) -> Self
pub fn set_summary(self, input: Option<DataSetImportSummary>) -> Self
A summary of the data set import task.
sourcepub fn build(self) -> DataSetImportTask
pub fn build(self) -> DataSetImportTask
Consumes the builder and constructs a DataSetImportTask.