public static interface ReportTaskProgressResponse.Builder extends DataPipelineResponse.Builder, CopyableBuilder<ReportTaskProgressResponse.Builder,ReportTaskProgressResponse>
Modifier and Type | Method and Description |
---|---|
ReportTaskProgressResponse.Builder |
canceled(Boolean canceled)
If true, the calling task runner should cancel processing of the task.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ReportTaskProgressResponse.Builder canceled(Boolean canceled)
If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.
canceled
- If true, the calling task runner should cancel processing of the task. The task runner does not need
to call SetTaskStatus for canceled tasks.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.