Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
NotebookExecutionSummary |
NotebookExecutionSummary.clone() |
NotebookExecutionSummary |
NotebookExecutionSummary.withEditorId(String editorId)
The unique identifier of the editor associated with the notebook execution.
|
NotebookExecutionSummary |
NotebookExecutionSummary.withEndTime(Date endTime)
The timestamp when notebook execution started.
|
NotebookExecutionSummary |
NotebookExecutionSummary.withNotebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
|
NotebookExecutionSummary |
NotebookExecutionSummary.withNotebookExecutionName(String notebookExecutionName)
The name of the notebook execution.
|
NotebookExecutionSummary |
NotebookExecutionSummary.withStartTime(Date startTime)
The timestamp when notebook execution started.
|
NotebookExecutionSummary |
NotebookExecutionSummary.withStatus(NotebookExecutionStatus status)
The status of the notebook execution.
|
NotebookExecutionSummary |
NotebookExecutionSummary.withStatus(String status)
The status of the notebook execution.
|
Modifier and Type | Method and Description |
---|---|
List<NotebookExecutionSummary> |
ListNotebookExecutionsResult.getNotebookExecutions()
A list of notebook executions.
|
Modifier and Type | Method and Description |
---|---|
ListNotebookExecutionsResult |
ListNotebookExecutionsResult.withNotebookExecutions(NotebookExecutionSummary... notebookExecutions)
A list of notebook executions.
|
Modifier and Type | Method and Description |
---|---|
void |
ListNotebookExecutionsResult.setNotebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions)
A list of notebook executions.
|
ListNotebookExecutionsResult |
ListNotebookExecutionsResult.withNotebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions)
A list of notebook executions.
|
Copyright © 2022. All rights reserved.