| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartNotebookExecutionResponse> |
EmrAsyncClient.startNotebookExecution(Consumer<StartNotebookExecutionRequest.Builder> startNotebookExecutionRequest)
Starts a notebook execution.
|
default StartNotebookExecutionResponse |
EmrClient.startNotebookExecution(Consumer<StartNotebookExecutionRequest.Builder> startNotebookExecutionRequest)
Starts a notebook execution.
|
| Modifier and Type | Method and Description |
|---|---|
static StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.builder() |
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.editorId(String editorId)
The unique identifier of the EMR Notebook to use for notebook execution.
|
default StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.executionEngine(Consumer<ExecutionEngineConfig.Builder> executionEngine)
Specifies the execution engine (cluster) that runs the notebook execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.executionEngine(ExecutionEngineConfig executionEngine)
Specifies the execution engine (cluster) that runs the notebook execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.notebookExecutionName(String notebookExecutionName)
An optional name for the notebook execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.notebookInstanceSecurityGroupId(String notebookInstanceSecurityGroupId)
The unique identifier of the Amazon EC2 security group to associate with the EMR Notebook for this notebook
execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.notebookParams(String notebookParams)
Input parameters in JSON format passed to the EMR Notebook at runtime for execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.relativePath(String relativePath)
The path and file name of the notebook file for this execution, relative to the path specified for the EMR
Notebook.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.serviceRole(String serviceRole)
The name or ARN of the IAM role that is used as the service role for Amazon EMR (the EMR role) for the
notebook execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.tags(Collection<Tag> tags)
A list of tags associated with a notebook execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags associated with a notebook execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.tags(Tag... tags)
A list of tags associated with a notebook execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartNotebookExecutionRequest.Builder> |
StartNotebookExecutionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.