| Package | Description | 
|---|---|
| com.amazonaws.services.datapipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
TaskObject | 
TaskObject.addObjectsEntry(String key,
               PipelineObject value)  | 
TaskObject | 
TaskObject.clearObjectsEntries()
Removes all the entries added into Objects. 
 | 
TaskObject | 
TaskObject.clone()  | 
TaskObject | 
PollForTaskResult.getTaskObject()
 The information needed to complete the task that is being assigned to the
 task runner. 
 | 
TaskObject | 
TaskObject.withAttemptId(String attemptId)
 The ID of the pipeline task attempt object. 
 | 
TaskObject | 
TaskObject.withObjects(Map<String,PipelineObject> objects)
 Connection information for the location where the task runner will
 publish the output of the task. 
 | 
TaskObject | 
TaskObject.withPipelineId(String pipelineId)
 The ID of the pipeline that provided the task. 
 | 
TaskObject | 
TaskObject.withTaskId(String taskId)
 An internal identifier for the task. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PollForTaskResult.setTaskObject(TaskObject taskObject)
 The information needed to complete the task that is being assigned to the
 task runner. 
 | 
PollForTaskResult | 
PollForTaskResult.withTaskObject(TaskObject taskObject)
 The information needed to complete the task that is being assigned to the
 task runner. 
 | 
Copyright © 2015. All rights reserved.