| 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> | AmazonElasticMapReduceAsyncClient. startNotebookExecutionAsync(StartNotebookExecutionRequest request,
                           AsyncHandler<StartNotebookExecutionRequest,StartNotebookExecutionResult> asyncHandler) | 
| Future<StartNotebookExecutionResult> | AbstractAmazonElasticMapReduceAsync. startNotebookExecutionAsync(StartNotebookExecutionRequest request,
                           AsyncHandler<StartNotebookExecutionRequest,StartNotebookExecutionResult> asyncHandler) | 
| Future<StartNotebookExecutionResult> | AmazonElasticMapReduceAsync. startNotebookExecutionAsync(StartNotebookExecutionRequest startNotebookExecutionRequest,
                           AsyncHandler<StartNotebookExecutionRequest,StartNotebookExecutionResult> asyncHandler)
 Starts a notebook execution. | 
| Modifier and Type | Method and Description | 
|---|---|
| StartNotebookExecutionRequest | StartNotebookExecutionRequest. addEnvironmentVariablesEntry(String key,
                            String value)Add a single EnvironmentVariables entry | 
| StartNotebookExecutionRequest | StartNotebookExecutionRequest. clearEnvironmentVariablesEntries()Removes all the entries added into EnvironmentVariables. | 
| StartNotebookExecutionRequest | StartNotebookExecutionRequest. clone() | 
| StartNotebookExecutionRequest | StartNotebookExecutionRequest. withEditorId(String editorId)
 The unique identifier of the Amazon EMR Notebook to use for notebook execution. | 
| StartNotebookExecutionRequest | StartNotebookExecutionRequest. withEnvironmentVariables(Map<String,String> environmentVariables)
 The environment variables associated with the 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 Amazon EMR Notebook for this
 notebook execution. | 
| StartNotebookExecutionRequest | StartNotebookExecutionRequest. withNotebookParams(String notebookParams)
 Input parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution. | 
| StartNotebookExecutionRequest | StartNotebookExecutionRequest. withNotebookS3Location(NotebookS3LocationFromInput notebookS3Location)
 The Amazon S3 location for the notebook execution input. | 
| StartNotebookExecutionRequest | StartNotebookExecutionRequest. withOutputNotebookFormat(OutputNotebookFormat outputNotebookFormat)
 The output format for the notebook execution. | 
| StartNotebookExecutionRequest | StartNotebookExecutionRequest. withOutputNotebookFormat(String outputNotebookFormat)
 The output format for the notebook execution. | 
| StartNotebookExecutionRequest | StartNotebookExecutionRequest. withOutputNotebookS3Location(OutputNotebookS3LocationFromInput outputNotebookS3Location)
 The Amazon S3 location for the notebook execution output. | 
| StartNotebookExecutionRequest | StartNotebookExecutionRequest. withRelativePath(String relativePath)
 The path and file name of the notebook file for this execution, relative to the path specified for the Amazon 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 Amazon 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 © 2024. All rights reserved.