Package | Description |
---|---|
com.amazonaws.services.datapipeline.model |
Classes modeling the various types represented by DataPipeline.
|
Modifier and Type | Method and Description |
---|---|
TaskObject |
TaskObject.addObjectsEntry(String key,
PipelineObject value)
Connection information for the location where the task runner will
publish the output of the task.
|
TaskObject |
TaskObject.clearObjectsEntries()
Removes all the entries added into Objects.
|
TaskObject |
PollForTaskResult.getTaskObject()
An instance of PollForTaskResult, which contains an instance of
TaskObject.
|
TaskObject |
TaskObject.withAttemptId(String attemptId)
Identifier 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)
Identifier 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)
An instance of PollForTaskResult, which contains an instance of
TaskObject.
|
PollForTaskResult |
PollForTaskResult.withTaskObject(TaskObject taskObject)
An instance of PollForTaskResult, which contains an instance of
TaskObject.
|
Copyright © 2014. All rights reserved.