Uses of Class
com.amazonaws.services.datapipeline.model.TaskObject
-
Packages that use TaskObject Package Description com.amazonaws.services.datapipeline.model -
-
Uses of TaskObject in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return TaskObject Modifier and Type Method 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.Methods in com.amazonaws.services.datapipeline.model with parameters of type TaskObject Modifier and Type Method 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.
-