Class NotebookExecutionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.emr.model.NotebookExecutionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NotebookExecutionSummary.Builder,NotebookExecutionSummary>
@Generated("software.amazon.awssdk:codegen") public final class NotebookExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotebookExecutionSummary.Builder,NotebookExecutionSummary>
Details for a notebook execution. The details include information such as the unique ID and status of the notebook execution.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotebookExecutionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotebookExecutionSummary.Builderbuilder()StringeditorId()The unique identifier of the editor associated with the notebook execution.InstantendTime()The timestamp when notebook execution started.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionEngineId()The unique ID of the execution engine for the notebook execution.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnotebookExecutionId()The unique identifier of the notebook execution.StringnotebookExecutionName()The name of the notebook execution.NotebookS3LocationForOutputnotebookS3Location()The Amazon S3 location that stores the notebook execution input.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NotebookExecutionSummary.Builder>serializableBuilderClass()InstantstartTime()The timestamp when notebook execution started.NotebookExecutionStatusstatus()The status of the notebook execution.StringstatusAsString()The status of the notebook execution.NotebookExecutionSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
notebookExecutionId
public final String notebookExecutionId()
The unique identifier of the notebook execution.
- Returns:
- The unique identifier of the notebook execution.
-
editorId
public final String editorId()
The unique identifier of the editor associated with the notebook execution.
- Returns:
- The unique identifier of the editor associated with the notebook execution.
-
notebookExecutionName
public final String notebookExecutionName()
The name of the notebook execution.
- Returns:
- The name of the notebook execution.
-
status
public final NotebookExecutionStatus status()
The status of the notebook execution.
-
START_PENDINGindicates that the cluster has received the execution request but execution has not begun. -
STARTINGindicates that the execution is starting on the cluster. -
RUNNINGindicates that the execution is being processed by the cluster. -
FINISHINGindicates that execution processing is in the final stages. -
FINISHEDindicates that the execution has completed without error. -
FAILINGindicates that the execution is failing and will not finish successfully. -
FAILEDindicates that the execution failed. -
STOP_PENDINGindicates that the cluster has received aStopNotebookExecutionrequest and the stop is pending. -
STOPPINGindicates that the cluster is in the process of stopping the execution as a result of aStopNotebookExecutionrequest. -
STOPPEDindicates that the execution stopped because of aStopNotebookExecutionrequest.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnNotebookExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the notebook execution.
-
START_PENDINGindicates that the cluster has received the execution request but execution has not begun. -
STARTINGindicates that the execution is starting on the cluster. -
RUNNINGindicates that the execution is being processed by the cluster. -
FINISHINGindicates that execution processing is in the final stages. -
FINISHEDindicates that the execution has completed without error. -
FAILINGindicates that the execution is failing and will not finish successfully. -
FAILEDindicates that the execution failed. -
STOP_PENDINGindicates that the cluster has received aStopNotebookExecutionrequest and the stop is pending. -
STOPPINGindicates that the cluster is in the process of stopping the execution as a result of aStopNotebookExecutionrequest. -
STOPPEDindicates that the execution stopped because of aStopNotebookExecutionrequest.
-
- See Also:
NotebookExecutionStatus
-
-
statusAsString
public final String statusAsString()
The status of the notebook execution.
-
START_PENDINGindicates that the cluster has received the execution request but execution has not begun. -
STARTINGindicates that the execution is starting on the cluster. -
RUNNINGindicates that the execution is being processed by the cluster. -
FINISHINGindicates that execution processing is in the final stages. -
FINISHEDindicates that the execution has completed without error. -
FAILINGindicates that the execution is failing and will not finish successfully. -
FAILEDindicates that the execution failed. -
STOP_PENDINGindicates that the cluster has received aStopNotebookExecutionrequest and the stop is pending. -
STOPPINGindicates that the cluster is in the process of stopping the execution as a result of aStopNotebookExecutionrequest. -
STOPPEDindicates that the execution stopped because of aStopNotebookExecutionrequest.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnNotebookExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the notebook execution.
-
START_PENDINGindicates that the cluster has received the execution request but execution has not begun. -
STARTINGindicates that the execution is starting on the cluster. -
RUNNINGindicates that the execution is being processed by the cluster. -
FINISHINGindicates that execution processing is in the final stages. -
FINISHEDindicates that the execution has completed without error. -
FAILINGindicates that the execution is failing and will not finish successfully. -
FAILEDindicates that the execution failed. -
STOP_PENDINGindicates that the cluster has received aStopNotebookExecutionrequest and the stop is pending. -
STOPPINGindicates that the cluster is in the process of stopping the execution as a result of aStopNotebookExecutionrequest. -
STOPPEDindicates that the execution stopped because of aStopNotebookExecutionrequest.
-
- See Also:
NotebookExecutionStatus
-
-
startTime
public final Instant startTime()
The timestamp when notebook execution started.
- Returns:
- The timestamp when notebook execution started.
-
endTime
public final Instant endTime()
The timestamp when notebook execution started.
- Returns:
- The timestamp when notebook execution started.
-
notebookS3Location
public final NotebookS3LocationForOutput notebookS3Location()
The Amazon S3 location that stores the notebook execution input.
- Returns:
- The Amazon S3 location that stores the notebook execution input.
-
executionEngineId
public final String executionEngineId()
The unique ID of the execution engine for the notebook execution.
- Returns:
- The unique ID of the execution engine for the notebook execution.
-
toBuilder
public NotebookExecutionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NotebookExecutionSummary.Builder,NotebookExecutionSummary>
-
builder
public static NotebookExecutionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends NotebookExecutionSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-