|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.datapipeline.model.TaskObject
public class TaskObject
Contains information about a pipeline task that is assigned to a task runner.
Constructor Summary | |
---|---|
TaskObject()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAttemptId()
Identifier of the pipeline task attempt object. |
Map<String,PipelineObject> |
getObjects()
Connection information for the location where the task runner will publish the output of the task. |
String |
getPipelineId()
Identifier of the pipeline that provided the task. |
String |
getTaskId()
An internal identifier for the task. |
int |
hashCode()
|
void |
setAttemptId(String attemptId)
Identifier of the pipeline task attempt object. |
void |
setObjects(Map<String,PipelineObject> objects)
Connection information for the location where the task runner will publish the output of the task. |
void |
setPipelineId(String pipelineId)
Identifier of the pipeline that provided the task. |
void |
setTaskId(String taskId)
An internal identifier for the task. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
TaskObject |
withAttemptId(String attemptId)
Identifier 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)
Identifier of the pipeline that provided the task. |
TaskObject |
withTaskId(String taskId)
An internal identifier for the task. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TaskObject()
Method Detail |
---|
public String getTaskId()
Constraints:
Length: 1 - 2048
Pattern: [ -??-??-?\r\n\t]*
public void setTaskId(String taskId)
Constraints:
Length: 1 - 2048
Pattern: [ -??-??-?\r\n\t]*
taskId
- An internal identifier for the task. This ID is passed to the
SetTaskStatus and ReportTaskProgress actions.public TaskObject withTaskId(String taskId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2048
Pattern: [ -??-??-?\r\n\t]*
taskId
- An internal identifier for the task. This ID is passed to the
SetTaskStatus and ReportTaskProgress actions.
public String getPipelineId()
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setPipelineId(String pipelineId)
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
pipelineId
- Identifier of the pipeline that provided the task.public TaskObject withPipelineId(String pipelineId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
pipelineId
- Identifier of the pipeline that provided the task.
public String getAttemptId()
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setAttemptId(String attemptId)
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
attemptId
- Identifier of the pipeline task attempt object. AWS Data Pipeline uses
this value to track how many times a task is attempted.public TaskObject withAttemptId(String attemptId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
attemptId
- Identifier of the pipeline task attempt object. AWS Data Pipeline uses
this value to track how many times a task is attempted.
public Map<String,PipelineObject> getObjects()
public void setObjects(Map<String,PipelineObject> objects)
objects
- Connection information for the location where the task runner will
publish the output of the task.public TaskObject withObjects(Map<String,PipelineObject> objects)
Returns a reference to this object so that method calls can be chained together.
objects
- Connection information for the location where the task runner will
publish the output of the task.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |