Uses of Interface
software.amazon.awssdk.services.glue.model.CancelMlTaskRunResponse.Builder
-
Packages that use CancelMlTaskRunResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CancelMlTaskRunResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CancelMlTaskRunResponse.Builder Modifier and Type Method Description static CancelMlTaskRunResponse.BuilderCancelMlTaskRunResponse. builder()CancelMlTaskRunResponse.BuilderCancelMlTaskRunResponse.Builder. status(String status)The status for this run.CancelMlTaskRunResponse.BuilderCancelMlTaskRunResponse.Builder. status(TaskStatusType status)The status for this run.CancelMlTaskRunResponse.BuilderCancelMlTaskRunResponse.Builder. taskRunId(String taskRunId)The unique identifier for the task run.CancelMlTaskRunResponse.BuilderCancelMlTaskRunResponse. toBuilder()CancelMlTaskRunResponse.BuilderCancelMlTaskRunResponse.Builder. transformId(String transformId)The unique identifier of the machine learning transform.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CancelMlTaskRunResponse.Builder Modifier and Type Method Description static Class<? extends CancelMlTaskRunResponse.Builder>CancelMlTaskRunResponse. serializableBuilderClass()
-