| 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 Amazon EMR Notebook that is used for the notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.endTime(Instant endTime)
The timestamp when notebook execution ended.
|
NotebookExecution.Builder |
NotebookExecution.Builder.environmentVariables(Map<String,String> environmentVariables)
The environment variables associated with the notebook execution.
|
default NotebookExecution.Builder |
NotebookExecution.Builder.executionEngine(Consumer<ExecutionEngineConfig.Builder> executionEngine)
The execution engine, such as an Amazon EMR cluster, used to run the Amazon EMR notebook and perform the
notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.executionEngine(ExecutionEngineConfig executionEngine)
The execution engine, such as an Amazon EMR cluster, used to run the Amazon 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 Amazon EC2 security group associated with the Amazon EMR Notebook instance.
|
NotebookExecution.Builder |
NotebookExecution.Builder.notebookParams(String notebookParams)
Input parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.
|
default NotebookExecution.Builder |
NotebookExecution.Builder.notebookS3Location(Consumer<NotebookS3LocationForOutput.Builder> notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
|
NotebookExecution.Builder |
NotebookExecution.Builder.notebookS3Location(NotebookS3LocationForOutput notebookS3Location)
The Amazon S3 location that stores the notebook execution input.
|
NotebookExecution.Builder |
NotebookExecution.Builder.outputNotebookFormat(OutputNotebookFormat outputNotebookFormat)
The output format for the notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.outputNotebookFormat(String outputNotebookFormat)
The output format for the notebook execution.
|
default NotebookExecution.Builder |
NotebookExecution.Builder.outputNotebookS3Location(Consumer<OutputNotebookS3LocationForOutput.Builder> outputNotebookS3Location)
The Amazon S3 location for the notebook execution output.
|
NotebookExecution.Builder |
NotebookExecution.Builder.outputNotebookS3Location(OutputNotebookS3LocationForOutput outputNotebookS3Location)
The Amazon S3 location for the notebook execution output.
|
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.