Interface TaskRunProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TaskRunProperties.Builder,TaskRunProperties>,SdkBuilder<TaskRunProperties.Builder,TaskRunProperties>,SdkPojo
- Enclosing class:
- TaskRunProperties
public static interface TaskRunProperties.Builder extends SdkPojo, CopyableBuilder<TaskRunProperties.Builder,TaskRunProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TaskRunProperties.BuilderexportLabelsTaskRunProperties(Consumer<ExportLabelsTaskRunProperties.Builder> exportLabelsTaskRunProperties)The configuration properties for an exporting labels task run.TaskRunProperties.BuilderexportLabelsTaskRunProperties(ExportLabelsTaskRunProperties exportLabelsTaskRunProperties)The configuration properties for an exporting labels task run.default TaskRunProperties.BuilderfindMatchesTaskRunProperties(Consumer<FindMatchesTaskRunProperties.Builder> findMatchesTaskRunProperties)The configuration properties for a find matches task run.TaskRunProperties.BuilderfindMatchesTaskRunProperties(FindMatchesTaskRunProperties findMatchesTaskRunProperties)The configuration properties for a find matches task run.default TaskRunProperties.BuilderimportLabelsTaskRunProperties(Consumer<ImportLabelsTaskRunProperties.Builder> importLabelsTaskRunProperties)The configuration properties for an importing labels task run.TaskRunProperties.BuilderimportLabelsTaskRunProperties(ImportLabelsTaskRunProperties importLabelsTaskRunProperties)The configuration properties for an importing labels task run.default TaskRunProperties.BuilderlabelingSetGenerationTaskRunProperties(Consumer<LabelingSetGenerationTaskRunProperties.Builder> labelingSetGenerationTaskRunProperties)The configuration properties for a labeling set generation task run.TaskRunProperties.BuilderlabelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties labelingSetGenerationTaskRunProperties)The configuration properties for a labeling set generation task run.TaskRunProperties.BuildertaskType(String taskType)The type of task run.TaskRunProperties.BuildertaskType(TaskType taskType)The type of task run.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
taskType
TaskRunProperties.Builder taskType(String taskType)
The type of task run.
-
taskType
TaskRunProperties.Builder taskType(TaskType taskType)
The type of task run.
-
importLabelsTaskRunProperties
TaskRunProperties.Builder importLabelsTaskRunProperties(ImportLabelsTaskRunProperties importLabelsTaskRunProperties)
The configuration properties for an importing labels task run.
- Parameters:
importLabelsTaskRunProperties- The configuration properties for an importing labels task run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importLabelsTaskRunProperties
default TaskRunProperties.Builder importLabelsTaskRunProperties(Consumer<ImportLabelsTaskRunProperties.Builder> importLabelsTaskRunProperties)
The configuration properties for an importing labels task run.
This is a convenience method that creates an instance of theImportLabelsTaskRunProperties.Builderavoiding the need to create one manually viaImportLabelsTaskRunProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimportLabelsTaskRunProperties(ImportLabelsTaskRunProperties).- Parameters:
importLabelsTaskRunProperties- a consumer that will call methods onImportLabelsTaskRunProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
importLabelsTaskRunProperties(ImportLabelsTaskRunProperties)
-
exportLabelsTaskRunProperties
TaskRunProperties.Builder exportLabelsTaskRunProperties(ExportLabelsTaskRunProperties exportLabelsTaskRunProperties)
The configuration properties for an exporting labels task run.
- Parameters:
exportLabelsTaskRunProperties- The configuration properties for an exporting labels task run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportLabelsTaskRunProperties
default TaskRunProperties.Builder exportLabelsTaskRunProperties(Consumer<ExportLabelsTaskRunProperties.Builder> exportLabelsTaskRunProperties)
The configuration properties for an exporting labels task run.
This is a convenience method that creates an instance of theExportLabelsTaskRunProperties.Builderavoiding the need to create one manually viaExportLabelsTaskRunProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportLabelsTaskRunProperties(ExportLabelsTaskRunProperties).- Parameters:
exportLabelsTaskRunProperties- a consumer that will call methods onExportLabelsTaskRunProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
exportLabelsTaskRunProperties(ExportLabelsTaskRunProperties)
-
labelingSetGenerationTaskRunProperties
TaskRunProperties.Builder labelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties labelingSetGenerationTaskRunProperties)
The configuration properties for a labeling set generation task run.
- Parameters:
labelingSetGenerationTaskRunProperties- The configuration properties for a labeling set generation task run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelingSetGenerationTaskRunProperties
default TaskRunProperties.Builder labelingSetGenerationTaskRunProperties(Consumer<LabelingSetGenerationTaskRunProperties.Builder> labelingSetGenerationTaskRunProperties)
The configuration properties for a labeling set generation task run.
This is a convenience method that creates an instance of theLabelingSetGenerationTaskRunProperties.Builderavoiding the need to create one manually viaLabelingSetGenerationTaskRunProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolabelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties).- Parameters:
labelingSetGenerationTaskRunProperties- a consumer that will call methods onLabelingSetGenerationTaskRunProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
labelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties)
-
findMatchesTaskRunProperties
TaskRunProperties.Builder findMatchesTaskRunProperties(FindMatchesTaskRunProperties findMatchesTaskRunProperties)
The configuration properties for a find matches task run.
- Parameters:
findMatchesTaskRunProperties- The configuration properties for a find matches task run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findMatchesTaskRunProperties
default TaskRunProperties.Builder findMatchesTaskRunProperties(Consumer<FindMatchesTaskRunProperties.Builder> findMatchesTaskRunProperties)
The configuration properties for a find matches task run.
This is a convenience method that creates an instance of theFindMatchesTaskRunProperties.Builderavoiding the need to create one manually viaFindMatchesTaskRunProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofindMatchesTaskRunProperties(FindMatchesTaskRunProperties).- Parameters:
findMatchesTaskRunProperties- a consumer that will call methods onFindMatchesTaskRunProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
findMatchesTaskRunProperties(FindMatchesTaskRunProperties)
-
-