| 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.executionEngineId(String executionEngineId)
The unique ID of the execution engine for the notebook execution.
|
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.
|
default NotebookExecutionSummary.Builder |
NotebookExecutionSummary.Builder.notebookS3Location(Consumer<NotebookS3LocationForOutput.Builder> notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
|
NotebookExecutionSummary.Builder |
NotebookExecutionSummary.Builder.notebookS3Location(NotebookS3LocationForOutput notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
|
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 © 2023. All rights reserved.