| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce | 
 
 Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. 
 | 
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<StartNotebookExecutionResult> | 
AmazonElasticMapReduceAsync.startNotebookExecutionAsync(StartNotebookExecutionRequest startNotebookExecutionRequest,
                           AsyncHandler<StartNotebookExecutionRequest,StartNotebookExecutionResult> asyncHandler)
 Starts a notebook execution. 
 | 
Future<StartNotebookExecutionResult> | 
AmazonElasticMapReduceAsyncClient.startNotebookExecutionAsync(StartNotebookExecutionRequest request,
                           AsyncHandler<StartNotebookExecutionRequest,StartNotebookExecutionResult> asyncHandler)  | 
Future<StartNotebookExecutionResult> | 
AbstractAmazonElasticMapReduceAsync.startNotebookExecutionAsync(StartNotebookExecutionRequest request,
                           AsyncHandler<StartNotebookExecutionRequest,StartNotebookExecutionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
StartNotebookExecutionRequest | 
StartNotebookExecutionRequest.clone()  | 
StartNotebookExecutionRequest | 
StartNotebookExecutionRequest.withEditorId(String editorId)
 The unique identifier of the EMR Notebook to use for notebook execution. 
 | 
StartNotebookExecutionRequest | 
StartNotebookExecutionRequest.withExecutionEngine(ExecutionEngineConfig executionEngine)
 Specifies the execution engine (cluster) that runs the notebook execution. 
 | 
StartNotebookExecutionRequest | 
StartNotebookExecutionRequest.withNotebookExecutionName(String notebookExecutionName)
 An optional name for the notebook execution. 
 | 
StartNotebookExecutionRequest | 
StartNotebookExecutionRequest.withNotebookInstanceSecurityGroupId(String notebookInstanceSecurityGroupId)
 The unique identifier of the Amazon EC2 security group to associate with the EMR Notebook for this notebook
 execution. 
 | 
StartNotebookExecutionRequest | 
StartNotebookExecutionRequest.withNotebookParams(String notebookParams)
 Input parameters in JSON format passed to the EMR Notebook at runtime for execution. 
 | 
StartNotebookExecutionRequest | 
StartNotebookExecutionRequest.withRelativePath(String relativePath)
 The path and file name of the notebook file for this execution, relative to the path specified for the EMR
 Notebook. 
 | 
StartNotebookExecutionRequest | 
StartNotebookExecutionRequest.withServiceRole(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 | 
StartNotebookExecutionRequest.withTags(Collection<Tag> tags)
 A list of tags associated with a notebook execution. 
 | 
StartNotebookExecutionRequest | 
StartNotebookExecutionRequest.withTags(Tag... tags)
 A list of tags associated with a notebook execution. 
 | 
Copyright © 2021. All rights reserved.