Package | Description |
---|---|
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private TaskObject |
PollForTaskResult.taskObject
The information needed to complete the task that is being assigned to the
task runner.
|
Modifier and Type | Method and Description |
---|---|
TaskObject |
TaskObject.addObjectsEntry(java.lang.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(java.lang.String attemptId)
The ID of the pipeline task attempt object.
|
TaskObject |
TaskObject.withObjects(java.util.Map<java.lang.String,PipelineObject> objects)
Connection information for the location where the task runner will
publish the output of the task.
|
TaskObject |
TaskObject.withPipelineId(java.lang.String pipelineId)
The ID of the pipeline that provided the task.
|
TaskObject |
TaskObject.withTaskId(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
TaskObject |
TaskObjectJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TaskObjectJsonMarshaller.marshall(TaskObject taskObject,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|