public static interface TaskObject.Builder extends SdkPojo, CopyableBuilder<TaskObject.Builder,TaskObject>
| Modifier and Type | Method and Description | 
|---|---|
TaskObject.Builder | 
attemptId(String attemptId)
 The ID of the pipeline task attempt object. 
 | 
TaskObject.Builder | 
objects(Map<String,PipelineObject> objects)
 Connection information for the location where the task runner will publish the output of the task. 
 | 
TaskObject.Builder | 
pipelineId(String pipelineId)
 The ID of the pipeline that provided the task. 
 | 
TaskObject.Builder | 
taskId(String taskId)
 An internal identifier for the task. 
 | 
copyapplyMutation, buildTaskObject.Builder taskId(String taskId)
An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.
taskId - An internal identifier for the task. This ID is passed to the SetTaskStatus and
        ReportTaskProgress actions.TaskObject.Builder pipelineId(String pipelineId)
The ID of the pipeline that provided the task.
pipelineId - The ID of the pipeline that provided the task.TaskObject.Builder attemptId(String attemptId)
The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.
attemptId - The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times
        a task is attempted.TaskObject.Builder objects(Map<String,PipelineObject> objects)
Connection information for the location where the task runner will publish the output of the task.
objects - Connection information for the location where the task runner will publish the output of the task.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.