Struct aws_sdk_glue::model::task_run_properties::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for TaskRunProperties.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_task_type(self, input: Option<TaskType>) -> Self
pub fn set_task_type(self, input: Option<TaskType>) -> Self
The type of task run.
sourcepub fn import_labels_task_run_properties(
self,
input: ImportLabelsTaskRunProperties
) -> Self
pub fn import_labels_task_run_properties(
self,
input: ImportLabelsTaskRunProperties
) -> Self
The configuration properties for an importing labels task run.
sourcepub fn set_import_labels_task_run_properties(
self,
input: Option<ImportLabelsTaskRunProperties>
) -> Self
pub fn set_import_labels_task_run_properties(
self,
input: Option<ImportLabelsTaskRunProperties>
) -> Self
The configuration properties for an importing labels task run.
sourcepub fn export_labels_task_run_properties(
self,
input: ExportLabelsTaskRunProperties
) -> Self
pub fn export_labels_task_run_properties(
self,
input: ExportLabelsTaskRunProperties
) -> Self
The configuration properties for an exporting labels task run.
sourcepub fn set_export_labels_task_run_properties(
self,
input: Option<ExportLabelsTaskRunProperties>
) -> Self
pub fn set_export_labels_task_run_properties(
self,
input: Option<ExportLabelsTaskRunProperties>
) -> Self
The configuration properties for an exporting labels task run.
sourcepub fn labeling_set_generation_task_run_properties(
self,
input: LabelingSetGenerationTaskRunProperties
) -> Self
pub fn labeling_set_generation_task_run_properties(
self,
input: LabelingSetGenerationTaskRunProperties
) -> Self
The configuration properties for a labeling set generation task run.
sourcepub fn set_labeling_set_generation_task_run_properties(
self,
input: Option<LabelingSetGenerationTaskRunProperties>
) -> Self
pub fn set_labeling_set_generation_task_run_properties(
self,
input: Option<LabelingSetGenerationTaskRunProperties>
) -> Self
The configuration properties for a labeling set generation task run.
sourcepub fn find_matches_task_run_properties(
self,
input: FindMatchesTaskRunProperties
) -> Self
pub fn find_matches_task_run_properties(
self,
input: FindMatchesTaskRunProperties
) -> Self
The configuration properties for a find matches task run.
sourcepub fn set_find_matches_task_run_properties(
self,
input: Option<FindMatchesTaskRunProperties>
) -> Self
pub fn set_find_matches_task_run_properties(
self,
input: Option<FindMatchesTaskRunProperties>
) -> Self
The configuration properties for a find matches task run.
sourcepub fn build(self) -> TaskRunProperties
pub fn build(self) -> TaskRunProperties
Consumes the builder and constructs a TaskRunProperties.