| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static NotebookExecutionSummary.Builder |
NotebookExecutionSummary.builder() |
NotebookExecutionSummary.Builder |
NotebookExecutionSummary.Builder.editorId(String editorId)
The unique identifier of the editor associated with the notebook execution.
|
NotebookExecutionSummary.Builder |
NotebookExecutionSummary.Builder.endTime(Instant endTime)
The timestamp when notebook execution started.
|
NotebookExecutionSummary.Builder |
NotebookExecutionSummary.Builder.notebookExecutionId(String notebookExecutionId)
The unique identifier of the notebook execution.
|
NotebookExecutionSummary.Builder |
NotebookExecutionSummary.Builder.notebookExecutionName(String notebookExecutionName)
The name of the notebook execution.
|
NotebookExecutionSummary.Builder |
NotebookExecutionSummary.Builder.startTime(Instant startTime)
The timestamp when notebook execution started.
|
NotebookExecutionSummary.Builder |
NotebookExecutionSummary.Builder.status(NotebookExecutionStatus status)
The status of the notebook execution.
|
NotebookExecutionSummary.Builder |
NotebookExecutionSummary.Builder.status(String status)
The status of the notebook execution.
|
NotebookExecutionSummary.Builder |
NotebookExecutionSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotebookExecutionSummary.Builder> |
NotebookExecutionSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.