static ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.builder() |
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.editorId(String editorId) |
The unique ID of the editor associated with the notebook execution.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.executionEngineId(String executionEngineId) |
The unique ID of the execution engine.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.from(Instant from) |
The beginning of time range filter for listing notebook executions.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.marker(String marker) |
The pagination token, returned by a previous ListNotebookExecutions call, that indicates the
start of the list for this ListNotebookExecutions call.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.status(String status) |
The status filter for listing notebook executions.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.status(NotebookExecutionStatus status) |
The status filter for listing notebook executions.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.to(Instant to) |
The end of time range filter for listing notebook executions.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.toBuilder() |
|