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 TaskObjectTaskObject. addObjectsEntry(String key, PipelineObject value)TaskObjectTaskObject. clearObjectsEntries()Removes all the entries added into Objects.TaskObjectTaskObject. clone()TaskObjectPollForTaskResult. getTaskObject()The information needed to complete the task that is being assigned to the task runner.TaskObjectTaskObject. withAttemptId(String attemptId)The ID of the pipeline task attempt object.TaskObjectTaskObject. withObjects(Map<String,PipelineObject> objects)Connection information for the location where the task runner will publish the output of the task.TaskObjectTaskObject. withPipelineId(String pipelineId)The ID of the pipeline that provided the task.TaskObjectTaskObject. 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 voidPollForTaskResult. setTaskObject(TaskObject taskObject)The information needed to complete the task that is being assigned to the task runner.PollForTaskResultPollForTaskResult. withTaskObject(TaskObject taskObject)The information needed to complete the task that is being assigned to the task runner.
-