Uses of Class
com.amazonaws.services.datapipeline.model.TaskObject
Packages that use TaskObject
-
Uses of TaskObject in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return TaskObjectModifier and TypeMethodDescriptionTaskObject.addObjectsEntry
(String key, PipelineObject value) TaskObject.clearObjectsEntries()
Removes all the entries added into Objects.TaskObject.clone()
PollForTaskResult.getTaskObject()
The information needed to complete the task that is being assigned to the task runner.TaskObject.withAttemptId
(String attemptId) The ID of the pipeline task attempt object.TaskObject.withObjects
(Map<String, PipelineObject> objects) Connection information for the location where the task runner will publish the output of the task.TaskObject.withPipelineId
(String pipelineId) The ID of the pipeline that provided the task.TaskObject.withTaskId
(String taskId) An internal identifier for the task.Methods in com.amazonaws.services.datapipeline.model with parameters of type TaskObjectModifier and TypeMethodDescriptionvoid
PollForTaskResult.setTaskObject
(TaskObject taskObject) The information needed to complete the task that is being assigned to the task runner.PollForTaskResult.withTaskObject
(TaskObject taskObject) The information needed to complete the task that is being assigned to the task runner.