Class ListNotebookExecutionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.emr.model.EmrRequest
-
- software.amazon.awssdk.services.emr.model.ListNotebookExecutionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListNotebookExecutionsRequest.Builder,ListNotebookExecutionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListNotebookExecutionsRequest extends EmrRequest implements ToCopyableBuilder<ListNotebookExecutionsRequest.Builder,ListNotebookExecutionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListNotebookExecutionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListNotebookExecutionsRequest.Builderbuilder()StringeditorId()The unique ID of the editor associated with the notebook execution.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionEngineId()The unique ID of the execution engine.Instantfrom()The beginning of time range filter for listing notebook executions.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmarker()The pagination token, returned by a previousListNotebookExecutionscall, that indicates the start of the list for thisListNotebookExecutionscall.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListNotebookExecutionsRequest.Builder>serializableBuilderClass()NotebookExecutionStatusstatus()The status filter for listing notebook executions.StringstatusAsString()The status filter for listing notebook executions.Instantto()The end of time range filter for listing notebook executions.ListNotebookExecutionsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
editorId
public final String editorId()
The unique ID of the editor associated with the notebook execution.
- Returns:
- The unique ID of the editor associated with the notebook execution.
-
status
public final NotebookExecutionStatus status()
The status filter for listing notebook executions.
-
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 filter for listing notebook executions.
-
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 filter for listing notebook executions.
-
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 filter for listing notebook executions.
-
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
-
-
from
public final Instant from()
The beginning of time range filter for listing notebook executions. The default is the timestamp of 30 days ago.
- Returns:
- The beginning of time range filter for listing notebook executions. The default is the timestamp of 30 days ago.
-
to
public final Instant to()
The end of time range filter for listing notebook executions. The default is the current timestamp.
- Returns:
- The end of time range filter for listing notebook executions. The default is the current timestamp.
-
marker
public final String marker()
The pagination token, returned by a previous
ListNotebookExecutionscall, that indicates the start of the list for thisListNotebookExecutionscall.- Returns:
- The pagination token, returned by a previous
ListNotebookExecutionscall, that indicates the start of the list for thisListNotebookExecutionscall.
-
executionEngineId
public final String executionEngineId()
The unique ID of the execution engine.
- Returns:
- The unique ID of the execution engine.
-
toBuilder
public ListNotebookExecutionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListNotebookExecutionsRequest.Builder,ListNotebookExecutionsRequest>- Specified by:
toBuilderin classEmrRequest
-
builder
public static ListNotebookExecutionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListNotebookExecutionsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-