@Generated(value="software.amazon.awssdk:codegen") public final class ListNotebookExecutionsRequest extends EmrRequest implements ToCopyableBuilder<ListNotebookExecutionsRequest.Builder,ListNotebookExecutionsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ListNotebookExecutionsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListNotebookExecutionsRequest.Builder |
builder() |
String |
editorId()
The unique ID of the editor associated with the notebook execution.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
from()
The beginning of time range filter for listing notebook executions.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
The pagination token, returned by a previous
ListNotebookExecutions call, that indicates the start
of the list for this ListNotebookExecutions call. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListNotebookExecutionsRequest.Builder> |
serializableBuilderClass() |
NotebookExecutionStatus |
status()
The status filter for listing notebook executions.
|
String |
statusAsString()
The status filter for listing notebook executions.
|
Instant |
to()
The end of time range filter for listing notebook executions.
|
ListNotebookExecutionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String editorId()
The unique ID of the editor associated with the notebook execution.
public final NotebookExecutionStatus status()
The status filter for listing notebook executions.
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.
If the service returns an enum value that is not available in the current SDK version, status
will
return NotebookExecutionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
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 final String statusAsString()
The status filter for listing notebook executions.
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.
If the service returns an enum value that is not available in the current SDK version, status
will
return NotebookExecutionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
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 final Instant from()
The beginning of time range filter for listing notebook executions. The default is the timestamp of 30 days ago.
public final Instant to()
The end of time range filter for listing notebook executions. The default is the current timestamp.
public final String marker()
The pagination token, returned by a previous ListNotebookExecutions
call, that indicates the start
of the list for this ListNotebookExecutions
call.
ListNotebookExecutions
call, that indicates the
start of the list for this ListNotebookExecutions
call.public ListNotebookExecutionsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListNotebookExecutionsRequest.Builder,ListNotebookExecutionsRequest>
toBuilder
in class EmrRequest
public static ListNotebookExecutionsRequest.Builder builder()
public static Class<? extends ListNotebookExecutionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.