static StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.builder() |
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.editorId(String editorId) |
The unique identifier of the Amazon EMR Notebook to use for notebook execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.environmentVariables(Map<String,String> environmentVariables) |
The environment variables associated with the 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 Amazon EMR Notebook for this
notebook execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.notebookParams(String notebookParams) |
Input parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.
|
default StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.notebookS3Location(Consumer<NotebookS3LocationFromInput.Builder> notebookS3Location) |
The Amazon S3 location for the notebook execution input.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.notebookS3Location(NotebookS3LocationFromInput notebookS3Location) |
The Amazon S3 location for the notebook execution input.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.outputNotebookFormat(String outputNotebookFormat) |
The output format for the notebook execution.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.outputNotebookFormat(OutputNotebookFormat outputNotebookFormat) |
The output format for the notebook execution.
|
default StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.outputNotebookS3Location(Consumer<OutputNotebookS3LocationFromInput.Builder> outputNotebookS3Location) |
The Amazon S3 location for the notebook execution output.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.outputNotebookS3Location(OutputNotebookS3LocationFromInput outputNotebookS3Location) |
The Amazon S3 location for the notebook execution output.
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartNotebookExecutionRequest.Builder |
StartNotebookExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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 Amazon
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 Amazon 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() |
|