@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListNotebookExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListNotebookExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListNotebookExecutionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEditorId()
The unique ID of the editor associated with the notebook execution.
|
String |
getExecutionEngineId()
The unique ID of the execution engine.
|
Date |
getFrom()
The beginning of time range filter for listing notebook executions.
|
String |
getMarker()
The pagination token, returned by a previous
ListNotebookExecutions call, that indicates the start
of the list for this ListNotebookExecutions call. |
String |
getStatus()
The status filter for listing notebook executions.
|
Date |
getTo()
The end of time range filter for listing notebook executions.
|
int |
hashCode() |
void |
setEditorId(String editorId)
The unique ID of the editor associated with the notebook execution.
|
void |
setExecutionEngineId(String executionEngineId)
The unique ID of the execution engine.
|
void |
setFrom(Date from)
The beginning of time range filter for listing notebook executions.
|
void |
setMarker(String marker)
The pagination token, returned by a previous
ListNotebookExecutions call, that indicates the start
of the list for this ListNotebookExecutions call. |
void |
setStatus(String status)
The status filter for listing notebook executions.
|
void |
setTo(Date to)
The end of time range filter for listing notebook executions.
|
String |
toString()
Returns a string representation of this object.
|
ListNotebookExecutionsRequest |
withEditorId(String editorId)
The unique ID of the editor associated with the notebook execution.
|
ListNotebookExecutionsRequest |
withExecutionEngineId(String executionEngineId)
The unique ID of the execution engine.
|
ListNotebookExecutionsRequest |
withFrom(Date from)
The beginning of time range filter for listing notebook executions.
|
ListNotebookExecutionsRequest |
withMarker(String marker)
The pagination token, returned by a previous
ListNotebookExecutions call, that indicates the start
of the list for this ListNotebookExecutions call. |
ListNotebookExecutionsRequest |
withStatus(NotebookExecutionStatus status)
The status filter for listing notebook executions.
|
ListNotebookExecutionsRequest |
withStatus(String status)
The status filter for listing notebook executions.
|
ListNotebookExecutionsRequest |
withTo(Date to)
The end of time range filter for listing notebook executions.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEditorId(String editorId)
The unique ID of the editor associated with the notebook execution.
editorId
- The unique ID of the editor associated with the notebook execution.public String getEditorId()
The unique ID of the editor associated with the notebook execution.
public ListNotebookExecutionsRequest withEditorId(String editorId)
The unique ID of the editor associated with the notebook execution.
editorId
- The unique ID of the editor associated with the notebook execution.public void setStatus(String 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.
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.
NotebookExecutionStatus
public String getStatus()
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.
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 ListNotebookExecutionsRequest withStatus(String 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.
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.
NotebookExecutionStatus
public ListNotebookExecutionsRequest withStatus(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.
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.
NotebookExecutionStatus
public void setFrom(Date from)
The beginning of time range filter for listing notebook executions. The default is the timestamp of 30 days ago.
from
- The beginning of time range filter for listing notebook executions. The default is the timestamp of 30
days ago.public Date getFrom()
The beginning of time range filter for listing notebook executions. The default is the timestamp of 30 days ago.
public ListNotebookExecutionsRequest withFrom(Date from)
The beginning of time range filter for listing notebook executions. The default is the timestamp of 30 days ago.
from
- The beginning of time range filter for listing notebook executions. The default is the timestamp of 30
days ago.public void setTo(Date to)
The end of time range filter for listing notebook executions. The default is the current timestamp.
to
- The end of time range filter for listing notebook executions. The default is the current timestamp.public Date getTo()
The end of time range filter for listing notebook executions. The default is the current timestamp.
public ListNotebookExecutionsRequest withTo(Date to)
The end of time range filter for listing notebook executions. The default is the current timestamp.
to
- The end of time range filter for listing notebook executions. The default is the current timestamp.public void setMarker(String marker)
The pagination token, returned by a previous ListNotebookExecutions
call, that indicates the start
of the list for this ListNotebookExecutions
call.
marker
- The pagination token, returned by a previous ListNotebookExecutions
call, that indicates the
start of the list for this ListNotebookExecutions
call.public String getMarker()
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 withMarker(String marker)
The pagination token, returned by a previous ListNotebookExecutions
call, that indicates the start
of the list for this ListNotebookExecutions
call.
marker
- The pagination token, returned by a previous ListNotebookExecutions
call, that indicates the
start of the list for this ListNotebookExecutions
call.public void setExecutionEngineId(String executionEngineId)
The unique ID of the execution engine.
executionEngineId
- The unique ID of the execution engine.public String getExecutionEngineId()
The unique ID of the execution engine.
public ListNotebookExecutionsRequest withExecutionEngineId(String executionEngineId)
The unique ID of the execution engine.
executionEngineId
- The unique ID of the execution engine.public String toString()
toString
in class Object
Object.toString()
public ListNotebookExecutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.