@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotebookExecutionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Details for a notebook execution. The details include information such as the unique ID and status of the notebook execution.
Constructor and Description |
---|
NotebookExecutionSummary() |
Modifier and Type | Method and Description |
---|---|
NotebookExecutionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getEditorId()
The unique identifier of the editor associated with the notebook execution.
|
Date |
getEndTime()
The timestamp when notebook execution started.
|
String |
getExecutionEngineId()
The unique ID of the execution engine for the notebook execution.
|
String |
getNotebookExecutionId()
The unique identifier of the notebook execution.
|
String |
getNotebookExecutionName()
The name of the notebook execution.
|
NotebookS3LocationForOutput |
getNotebookS3Location()
The Amazon S3 location that stores the notebook execution input.
|
Date |
getStartTime()
The timestamp when notebook execution started.
|
String |
getStatus()
The status of the notebook execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEditorId(String editorId)
The unique identifier of the editor associated with the notebook execution.
|
void |
setEndTime(Date endTime)
The timestamp when notebook execution started.
|
void |
setExecutionEngineId(String executionEngineId)
The unique ID of the execution engine for the notebook execution.
|
void |
setNotebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
|
void |
setNotebookExecutionName(String notebookExecutionName)
The name of the notebook execution.
|
void |
setNotebookS3Location(NotebookS3LocationForOutput notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
|
void |
setStartTime(Date startTime)
The timestamp when notebook execution started.
|
void |
setStatus(String status)
The status of the notebook execution.
|
String |
toString()
Returns a string representation of this object.
|
NotebookExecutionSummary |
withEditorId(String editorId)
The unique identifier of the editor associated with the notebook execution.
|
NotebookExecutionSummary |
withEndTime(Date endTime)
The timestamp when notebook execution started.
|
NotebookExecutionSummary |
withExecutionEngineId(String executionEngineId)
The unique ID of the execution engine for the notebook execution.
|
NotebookExecutionSummary |
withNotebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
|
NotebookExecutionSummary |
withNotebookExecutionName(String notebookExecutionName)
The name of the notebook execution.
|
NotebookExecutionSummary |
withNotebookS3Location(NotebookS3LocationForOutput notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
|
NotebookExecutionSummary |
withStartTime(Date startTime)
The timestamp when notebook execution started.
|
NotebookExecutionSummary |
withStatus(NotebookExecutionStatus status)
The status of the notebook execution.
|
NotebookExecutionSummary |
withStatus(String status)
The status of the notebook execution.
|
public void setNotebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
notebookExecutionId
- The unique identifier of the notebook execution.public String getNotebookExecutionId()
The unique identifier of the notebook execution.
public NotebookExecutionSummary withNotebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
notebookExecutionId
- The unique identifier of the notebook execution.public void setEditorId(String editorId)
The unique identifier of the editor associated with the notebook execution.
editorId
- The unique identifier of the editor associated with the notebook execution.public String getEditorId()
The unique identifier of the editor associated with the notebook execution.
public NotebookExecutionSummary withEditorId(String editorId)
The unique identifier of the editor associated with the notebook execution.
editorId
- The unique identifier of the editor associated with the notebook execution.public void setNotebookExecutionName(String notebookExecutionName)
The name of the notebook execution.
notebookExecutionName
- The name of the notebook execution.public String getNotebookExecutionName()
The name of the notebook execution.
public NotebookExecutionSummary withNotebookExecutionName(String notebookExecutionName)
The name of the notebook execution.
notebookExecutionName
- The name of the notebook execution.public void setStatus(String status)
The status of the notebook execution.
START_PENDING
indicates that the cluster has received the execution request but execution has not
begun.
STARTING
indicates that the execution is starting on the cluster.
RUNNING
indicates that the execution is being processed by the cluster.
FINISHING
indicates that execution processing is in the final stages.
FINISHED
indicates that the execution has completed without error.
FAILING
indicates that the execution is failing and will not finish successfully.
FAILED
indicates that the execution failed.
STOP_PENDING
indicates that the cluster has received a StopNotebookExecution
request
and the stop is pending.
STOPPING
indicates that the cluster is in the process of stopping the execution as a result of a
StopNotebookExecution
request.
STOPPED
indicates that the execution stopped because of a StopNotebookExecution
request.
status
- The status of the notebook execution.
START_PENDING
indicates that the cluster has received the execution request but execution has
not begun.
STARTING
indicates that the execution is starting on the cluster.
RUNNING
indicates that the execution is being processed by the cluster.
FINISHING
indicates that execution processing is in the final stages.
FINISHED
indicates that the execution has completed without error.
FAILING
indicates that the execution is failing and will not finish successfully.
FAILED
indicates that the execution failed.
STOP_PENDING
indicates that the cluster has received a StopNotebookExecution
request and the stop is pending.
STOPPING
indicates that the cluster is in the process of stopping the execution as a result
of a StopNotebookExecution
request.
STOPPED
indicates that the execution stopped because of a StopNotebookExecution
request.
NotebookExecutionStatus
public String getStatus()
The status of the notebook execution.
START_PENDING
indicates that the cluster has received the execution request but execution has not
begun.
STARTING
indicates that the execution is starting on the cluster.
RUNNING
indicates that the execution is being processed by the cluster.
FINISHING
indicates that execution processing is in the final stages.
FINISHED
indicates that the execution has completed without error.
FAILING
indicates that the execution is failing and will not finish successfully.
FAILED
indicates that the execution failed.
STOP_PENDING
indicates that the cluster has received a StopNotebookExecution
request
and the stop is pending.
STOPPING
indicates that the cluster is in the process of stopping the execution as a result of a
StopNotebookExecution
request.
STOPPED
indicates that the execution stopped because of a StopNotebookExecution
request.
START_PENDING
indicates that the cluster has received the execution request but execution
has not begun.
STARTING
indicates that the execution is starting on the cluster.
RUNNING
indicates that the execution is being processed by the cluster.
FINISHING
indicates that execution processing is in the final stages.
FINISHED
indicates that the execution has completed without error.
FAILING
indicates that the execution is failing and will not finish successfully.
FAILED
indicates that the execution failed.
STOP_PENDING
indicates that the cluster has received a StopNotebookExecution
request and the stop is pending.
STOPPING
indicates that the cluster is in the process of stopping the execution as a result
of a StopNotebookExecution
request.
STOPPED
indicates that the execution stopped because of a StopNotebookExecution
request.
NotebookExecutionStatus
public NotebookExecutionSummary withStatus(String status)
The status of the notebook execution.
START_PENDING
indicates that the cluster has received the execution request but execution has not
begun.
STARTING
indicates that the execution is starting on the cluster.
RUNNING
indicates that the execution is being processed by the cluster.
FINISHING
indicates that execution processing is in the final stages.
FINISHED
indicates that the execution has completed without error.
FAILING
indicates that the execution is failing and will not finish successfully.
FAILED
indicates that the execution failed.
STOP_PENDING
indicates that the cluster has received a StopNotebookExecution
request
and the stop is pending.
STOPPING
indicates that the cluster is in the process of stopping the execution as a result of a
StopNotebookExecution
request.
STOPPED
indicates that the execution stopped because of a StopNotebookExecution
request.
status
- The status of the notebook execution.
START_PENDING
indicates that the cluster has received the execution request but execution has
not begun.
STARTING
indicates that the execution is starting on the cluster.
RUNNING
indicates that the execution is being processed by the cluster.
FINISHING
indicates that execution processing is in the final stages.
FINISHED
indicates that the execution has completed without error.
FAILING
indicates that the execution is failing and will not finish successfully.
FAILED
indicates that the execution failed.
STOP_PENDING
indicates that the cluster has received a StopNotebookExecution
request and the stop is pending.
STOPPING
indicates that the cluster is in the process of stopping the execution as a result
of a StopNotebookExecution
request.
STOPPED
indicates that the execution stopped because of a StopNotebookExecution
request.
NotebookExecutionStatus
public NotebookExecutionSummary withStatus(NotebookExecutionStatus status)
The status of the notebook execution.
START_PENDING
indicates that the cluster has received the execution request but execution has not
begun.
STARTING
indicates that the execution is starting on the cluster.
RUNNING
indicates that the execution is being processed by the cluster.
FINISHING
indicates that execution processing is in the final stages.
FINISHED
indicates that the execution has completed without error.
FAILING
indicates that the execution is failing and will not finish successfully.
FAILED
indicates that the execution failed.
STOP_PENDING
indicates that the cluster has received a StopNotebookExecution
request
and the stop is pending.
STOPPING
indicates that the cluster is in the process of stopping the execution as a result of a
StopNotebookExecution
request.
STOPPED
indicates that the execution stopped because of a StopNotebookExecution
request.
status
- The status of the notebook execution.
START_PENDING
indicates that the cluster has received the execution request but execution has
not begun.
STARTING
indicates that the execution is starting on the cluster.
RUNNING
indicates that the execution is being processed by the cluster.
FINISHING
indicates that execution processing is in the final stages.
FINISHED
indicates that the execution has completed without error.
FAILING
indicates that the execution is failing and will not finish successfully.
FAILED
indicates that the execution failed.
STOP_PENDING
indicates that the cluster has received a StopNotebookExecution
request and the stop is pending.
STOPPING
indicates that the cluster is in the process of stopping the execution as a result
of a StopNotebookExecution
request.
STOPPED
indicates that the execution stopped because of a StopNotebookExecution
request.
NotebookExecutionStatus
public void setStartTime(Date startTime)
The timestamp when notebook execution started.
startTime
- The timestamp when notebook execution started.public Date getStartTime()
The timestamp when notebook execution started.
public NotebookExecutionSummary withStartTime(Date startTime)
The timestamp when notebook execution started.
startTime
- The timestamp when notebook execution started.public void setEndTime(Date endTime)
The timestamp when notebook execution started.
endTime
- The timestamp when notebook execution started.public Date getEndTime()
The timestamp when notebook execution started.
public NotebookExecutionSummary withEndTime(Date endTime)
The timestamp when notebook execution started.
endTime
- The timestamp when notebook execution started.public void setNotebookS3Location(NotebookS3LocationForOutput notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
notebookS3Location
- The Amazon S3 location that stores the notebook execution input.public NotebookS3LocationForOutput getNotebookS3Location()
The Amazon S3 location that stores the notebook execution input.
public NotebookExecutionSummary withNotebookS3Location(NotebookS3LocationForOutput notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
notebookS3Location
- The Amazon S3 location that stores the notebook execution input.public void setExecutionEngineId(String executionEngineId)
The unique ID of the execution engine for the notebook execution.
executionEngineId
- The unique ID of the execution engine for the notebook execution.public String getExecutionEngineId()
The unique ID of the execution engine for the notebook execution.
public NotebookExecutionSummary withExecutionEngineId(String executionEngineId)
The unique ID of the execution engine for the notebook execution.
executionEngineId
- The unique ID of the execution engine for the notebook execution.public String toString()
toString
in class Object
Object.toString()
public NotebookExecutionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.