public class JobFlowExecutionStatusDetail
extends java.lang.Object
implements java.io.Serializable
Describes the status of the job flow.
| コンストラクタと説明 |
|---|
JobFlowExecutionStatusDetail()
Default constructor for a new JobFlowExecutionStatusDetail object.
|
JobFlowExecutionStatusDetail(JobFlowExecutionState state,
java.util.Date creationDateTime)
Constructs a new JobFlowExecutionStatusDetail object.
|
JobFlowExecutionStatusDetail(java.lang.String state,
java.util.Date creationDateTime)
Constructs a new JobFlowExecutionStatusDetail object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreationDateTime()
The creation date and time of the job flow.
|
java.util.Date |
getEndDateTime()
The completion date and time of the job flow.
|
java.lang.String |
getLastStateChangeReason()
Description of the job flow last changed state.
|
java.util.Date |
getReadyDateTime()
The date and time when the job flow was ready to start running
bootstrap actions.
|
java.util.Date |
getStartDateTime()
The start date and time of the job flow.
|
java.lang.String |
getState()
The state of the job flow.
|
int |
hashCode() |
void |
setCreationDateTime(java.util.Date creationDateTime)
The creation date and time of the job flow.
|
void |
setEndDateTime(java.util.Date endDateTime)
The completion date and time of the job flow.
|
void |
setLastStateChangeReason(java.lang.String lastStateChangeReason)
Description of the job flow last changed state.
|
void |
setReadyDateTime(java.util.Date readyDateTime)
The date and time when the job flow was ready to start running
bootstrap actions.
|
void |
setStartDateTime(java.util.Date startDateTime)
The start date and time of the job flow.
|
void |
setState(JobFlowExecutionState state)
The state of the job flow.
|
void |
setState(java.lang.String state)
The state of the job flow.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
JobFlowExecutionStatusDetail |
withCreationDateTime(java.util.Date creationDateTime)
The creation date and time of the job flow.
|
JobFlowExecutionStatusDetail |
withEndDateTime(java.util.Date endDateTime)
The completion date and time of the job flow.
|
JobFlowExecutionStatusDetail |
withLastStateChangeReason(java.lang.String lastStateChangeReason)
Description of the job flow last changed state.
|
JobFlowExecutionStatusDetail |
withReadyDateTime(java.util.Date readyDateTime)
The date and time when the job flow was ready to start running
bootstrap actions.
|
JobFlowExecutionStatusDetail |
withStartDateTime(java.util.Date startDateTime)
The start date and time of the job flow.
|
JobFlowExecutionStatusDetail |
withState(JobFlowExecutionState state)
The state of the job flow.
|
JobFlowExecutionStatusDetail |
withState(java.lang.String state)
The state of the job flow.
|
public JobFlowExecutionStatusDetail()
public JobFlowExecutionStatusDetail(java.lang.String state,
java.util.Date creationDateTime)
state - The state of the job flow.creationDateTime - The creation date and time of the job flow.public JobFlowExecutionStatusDetail(JobFlowExecutionState state, java.util.Date creationDateTime)
state - The state of the job flow.creationDateTime - The creation date and time of the job flow.public java.lang.String getState()
Constraints:
Allowed Values: COMPLETED, FAILED, TERMINATED, RUNNING, SHUTTING_DOWN, STARTING, WAITING, BOOTSTRAPPING
JobFlowExecutionStatepublic void setState(java.lang.String state)
Constraints:
Allowed Values: COMPLETED, FAILED, TERMINATED, RUNNING, SHUTTING_DOWN, STARTING, WAITING, BOOTSTRAPPING
state - The state of the job flow.JobFlowExecutionStatepublic JobFlowExecutionStatusDetail withState(java.lang.String state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: COMPLETED, FAILED, TERMINATED, RUNNING, SHUTTING_DOWN, STARTING, WAITING, BOOTSTRAPPING
state - The state of the job flow.JobFlowExecutionStatepublic void setState(JobFlowExecutionState state)
Constraints:
Allowed Values: COMPLETED, FAILED, TERMINATED, RUNNING, SHUTTING_DOWN, STARTING, WAITING, BOOTSTRAPPING
state - The state of the job flow.JobFlowExecutionStatepublic JobFlowExecutionStatusDetail withState(JobFlowExecutionState state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: COMPLETED, FAILED, TERMINATED, RUNNING, SHUTTING_DOWN, STARTING, WAITING, BOOTSTRAPPING
state - The state of the job flow.JobFlowExecutionStatepublic java.util.Date getCreationDateTime()
public void setCreationDateTime(java.util.Date creationDateTime)
creationDateTime - The creation date and time of the job flow.public JobFlowExecutionStatusDetail withCreationDateTime(java.util.Date creationDateTime)
Returns a reference to this object so that method calls can be chained together.
creationDateTime - The creation date and time of the job flow.public java.util.Date getStartDateTime()
public void setStartDateTime(java.util.Date startDateTime)
startDateTime - The start date and time of the job flow.public JobFlowExecutionStatusDetail withStartDateTime(java.util.Date startDateTime)
Returns a reference to this object so that method calls can be chained together.
startDateTime - The start date and time of the job flow.public java.util.Date getReadyDateTime()
public void setReadyDateTime(java.util.Date readyDateTime)
readyDateTime - The date and time when the job flow was ready to start running
bootstrap actions.public JobFlowExecutionStatusDetail withReadyDateTime(java.util.Date readyDateTime)
Returns a reference to this object so that method calls can be chained together.
readyDateTime - The date and time when the job flow was ready to start running
bootstrap actions.public java.util.Date getEndDateTime()
public void setEndDateTime(java.util.Date endDateTime)
endDateTime - The completion date and time of the job flow.public JobFlowExecutionStatusDetail withEndDateTime(java.util.Date endDateTime)
Returns a reference to this object so that method calls can be chained together.
endDateTime - The completion date and time of the job flow.public java.lang.String getLastStateChangeReason()
Constraints:
Length: 0 - 10280
Pattern: [ --�𐀀-\r\n\t]*
public void setLastStateChangeReason(java.lang.String lastStateChangeReason)
Constraints:
Length: 0 - 10280
Pattern: [ --�𐀀-\r\n\t]*
lastStateChangeReason - Description of the job flow last changed state.public JobFlowExecutionStatusDetail withLastStateChangeReason(java.lang.String lastStateChangeReason)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10280
Pattern: [ --�𐀀-\r\n\t]*
lastStateChangeReason - Description of the job flow last changed state.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object