public static interface CancelMlTaskRunResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<CancelMlTaskRunResponse.Builder,CancelMlTaskRunResponse>
| Modifier and Type | Method and Description |
|---|---|
CancelMlTaskRunResponse.Builder |
status(String status)
The status for this run.
|
CancelMlTaskRunResponse.Builder |
status(TaskStatusType status)
The status for this run.
|
CancelMlTaskRunResponse.Builder |
taskRunId(String taskRunId)
The unique identifier for the task run.
|
CancelMlTaskRunResponse.Builder |
transformId(String transformId)
The unique identifier of the machine learning transform.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelMlTaskRunResponse.Builder transformId(String transformId)
The unique identifier of the machine learning transform.
transformId - The unique identifier of the machine learning transform.CancelMlTaskRunResponse.Builder taskRunId(String taskRunId)
The unique identifier for the task run.
taskRunId - The unique identifier for the task run.CancelMlTaskRunResponse.Builder status(String status)
The status for this run.
status - The status for this run.TaskStatusType,
TaskStatusTypeCancelMlTaskRunResponse.Builder status(TaskStatusType status)
The status for this run.
status - The status for this run.TaskStatusType,
TaskStatusTypeCopyright © 2023. All rights reserved.