| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookExecution.Builder |
NotebookExecution.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the notebook execution.
|
static NotebookExecution.Builder |
NotebookExecution.builder() |
NotebookExecution.Builder |
NotebookExecution.Builder.editorId(String editorId)
The unique identifier of the EMR Notebook that is used for the notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.endTime(Instant endTime)
The timestamp when notebook execution ended.
|
default NotebookExecution.Builder |
NotebookExecution.Builder.executionEngine(Consumer<ExecutionEngineConfig.Builder> executionEngine)
The execution engine, such as an EMR cluster, used to run the EMR notebook and perform the notebook
execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.executionEngine(ExecutionEngineConfig executionEngine)
The execution engine, such as an EMR cluster, used to run the EMR notebook and perform the notebook
execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.lastStateChangeReason(String lastStateChangeReason)
The reason for the latest status change of the notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.notebookExecutionId(String notebookExecutionId)
The unique identifier of a notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.notebookExecutionName(String notebookExecutionName)
A name for the notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.notebookInstanceSecurityGroupId(String notebookInstanceSecurityGroupId)
The unique identifier of the EC2 security group associated with the EMR Notebook instance.
|
NotebookExecution.Builder |
NotebookExecution.Builder.notebookParams(String notebookParams)
Input parameters in JSON format passed to the EMR Notebook at runtime for execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.outputNotebookURI(String outputNotebookURI)
The location of the notebook execution's output file in Amazon S3.
|
NotebookExecution.Builder |
NotebookExecution.Builder.startTime(Instant startTime)
The timestamp when notebook execution started.
|
NotebookExecution.Builder |
NotebookExecution.Builder.status(NotebookExecutionStatus status)
The status of the notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.status(String status)
The status of the notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.tags(Collection<Tag> tags)
A list of tags associated with a notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags associated with a notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.tags(Tag... tags)
A list of tags associated with a notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotebookExecution.Builder> |
NotebookExecution.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeNotebookExecutionResponse.Builder |
DescribeNotebookExecutionResponse.Builder.notebookExecution(Consumer<NotebookExecution.Builder> notebookExecution)
Properties of the notebook execution.
|
Copyright © 2023. All rights reserved.