public static interface StartNotebookExecutionRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<StartNotebookExecutionRequest.Builder,StartNotebookExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartNotebookExecutionRequest.Builder |
editorId(String editorId)
The unique identifier of the Amazon EMR Notebook to use for notebook execution.
|
StartNotebookExecutionRequest.Builder |
environmentVariables(Map<String,String> environmentVariables)
The environment variables associated with the notebook execution.
|
default StartNotebookExecutionRequest.Builder |
executionEngine(Consumer<ExecutionEngineConfig.Builder> executionEngine)
Specifies the execution engine (cluster) that runs the notebook execution.
|
StartNotebookExecutionRequest.Builder |
executionEngine(ExecutionEngineConfig executionEngine)
Specifies the execution engine (cluster) that runs the notebook execution.
|
StartNotebookExecutionRequest.Builder |
notebookExecutionName(String notebookExecutionName)
An optional name for the notebook execution.
|
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 |
notebookParams(String notebookParams)
Input parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.
|
default StartNotebookExecutionRequest.Builder |
notebookS3Location(Consumer<NotebookS3LocationFromInput.Builder> notebookS3Location)
The Amazon S3 location for the notebook execution input.
|
StartNotebookExecutionRequest.Builder |
notebookS3Location(NotebookS3LocationFromInput notebookS3Location)
The Amazon S3 location for the notebook execution input.
|
StartNotebookExecutionRequest.Builder |
outputNotebookFormat(OutputNotebookFormat outputNotebookFormat)
The output format for the notebook execution.
|
StartNotebookExecutionRequest.Builder |
outputNotebookFormat(String outputNotebookFormat)
The output format for the notebook execution.
|
default StartNotebookExecutionRequest.Builder |
outputNotebookS3Location(Consumer<OutputNotebookS3LocationFromInput.Builder> outputNotebookS3Location)
The Amazon S3 location for the notebook execution output.
|
StartNotebookExecutionRequest.Builder |
outputNotebookS3Location(OutputNotebookS3LocationFromInput outputNotebookS3Location)
The Amazon S3 location for the notebook execution output.
|
StartNotebookExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartNotebookExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 |
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 |
tags(Collection<Tag> tags)
A list of tags associated with a notebook execution.
|
StartNotebookExecutionRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags associated with a notebook execution.
|
StartNotebookExecutionRequest.Builder |
tags(Tag... tags)
A list of tags associated with a notebook execution.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartNotebookExecutionRequest.Builder editorId(String editorId)
The unique identifier of the Amazon EMR Notebook to use for notebook execution.
editorId - The unique identifier of the Amazon EMR Notebook to use for notebook execution.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. For example, if you specify a path of s3://MyBucket/MyNotebooks when you create an
Amazon EMR Notebook for a notebook with an ID of e-ABCDEFGHIJK1234567890ABCD (the
EditorID of this request), and you specify a RelativePath of
my_notebook_executions/notebook_execution.ipynb, the location of the file for the notebook
execution is
s3://MyBucket/MyNotebooks/e-ABCDEFGHIJK1234567890ABCD/my_notebook_executions/notebook_execution.ipynb
.
relativePath - The path and file name of the notebook file for this execution, relative to the path specified for the
Amazon EMR Notebook. For example, if you specify a path of s3://MyBucket/MyNotebooks when
you create an Amazon EMR Notebook for a notebook with an ID of
e-ABCDEFGHIJK1234567890ABCD (the EditorID of this request), and you specify
a RelativePath of my_notebook_executions/notebook_execution.ipynb, the
location of the file for the notebook execution is
s3://MyBucket/MyNotebooks/e-ABCDEFGHIJK1234567890ABCD/my_notebook_executions/notebook_execution.ipynb
.StartNotebookExecutionRequest.Builder notebookExecutionName(String notebookExecutionName)
An optional name for the notebook execution.
notebookExecutionName - An optional name for the notebook execution.StartNotebookExecutionRequest.Builder notebookParams(String notebookParams)
Input parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.
notebookParams - Input parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.StartNotebookExecutionRequest.Builder executionEngine(ExecutionEngineConfig executionEngine)
Specifies the execution engine (cluster) that runs the notebook execution.
executionEngine - Specifies the execution engine (cluster) that runs the notebook execution.default StartNotebookExecutionRequest.Builder executionEngine(Consumer<ExecutionEngineConfig.Builder> executionEngine)
Specifies the execution engine (cluster) that runs the notebook execution.
This is a convenience method that creates an instance of theExecutionEngineConfig.Builder avoiding
the need to create one manually via ExecutionEngineConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to executionEngine(ExecutionEngineConfig).
executionEngine - a consumer that will call methods on ExecutionEngineConfig.BuilderexecutionEngine(ExecutionEngineConfig)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.
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 notebookInstanceSecurityGroupId(String notebookInstanceSecurityGroupId)
The unique identifier of the Amazon EC2 security group to associate with the Amazon EMR Notebook for this notebook execution.
notebookInstanceSecurityGroupId - The unique identifier of the Amazon EC2 security group to associate with the Amazon EMR Notebook for
this notebook execution.StartNotebookExecutionRequest.Builder tags(Collection<Tag> tags)
A list of tags associated with a notebook execution. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters and an optional value string with a maximum of 256 characters.
tags - A list of tags associated with a notebook execution. Tags are user-defined key-value pairs that
consist of a required key string with a maximum of 128 characters and an optional value string with a
maximum of 256 characters.StartNotebookExecutionRequest.Builder tags(Tag... tags)
A list of tags associated with a notebook execution. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters and an optional value string with a maximum of 256 characters.
tags - A list of tags associated with a notebook execution. Tags are user-defined key-value pairs that
consist of a required key string with a maximum of 128 characters and an optional value string with a
maximum of 256 characters.StartNotebookExecutionRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags associated with a notebook execution. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters and an optional value string with a maximum of 256 characters.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) StartNotebookExecutionRequest.Builder notebookS3Location(NotebookS3LocationFromInput notebookS3Location)
The Amazon S3 location for the notebook execution input.
notebookS3Location - The Amazon S3 location for the notebook execution input.default StartNotebookExecutionRequest.Builder notebookS3Location(Consumer<NotebookS3LocationFromInput.Builder> notebookS3Location)
The Amazon S3 location for the notebook execution input.
This is a convenience method that creates an instance of theNotebookS3LocationFromInput.Builder
avoiding the need to create one manually via NotebookS3LocationFromInput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to notebookS3Location(NotebookS3LocationFromInput).
notebookS3Location - a consumer that will call methods on NotebookS3LocationFromInput.BuildernotebookS3Location(NotebookS3LocationFromInput)StartNotebookExecutionRequest.Builder outputNotebookS3Location(OutputNotebookS3LocationFromInput outputNotebookS3Location)
The Amazon S3 location for the notebook execution output.
outputNotebookS3Location - The Amazon S3 location for the notebook execution output.default StartNotebookExecutionRequest.Builder outputNotebookS3Location(Consumer<OutputNotebookS3LocationFromInput.Builder> outputNotebookS3Location)
The Amazon S3 location for the notebook execution output.
This is a convenience method that creates an instance of theOutputNotebookS3LocationFromInput.Builder avoiding the need to create one manually via
OutputNotebookS3LocationFromInput.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to outputNotebookS3Location(OutputNotebookS3LocationFromInput).
outputNotebookS3Location - a consumer that will call methods on OutputNotebookS3LocationFromInput.BuilderoutputNotebookS3Location(OutputNotebookS3LocationFromInput)StartNotebookExecutionRequest.Builder outputNotebookFormat(String outputNotebookFormat)
The output format for the notebook execution.
outputNotebookFormat - The output format for the notebook execution.OutputNotebookFormat,
OutputNotebookFormatStartNotebookExecutionRequest.Builder outputNotebookFormat(OutputNotebookFormat outputNotebookFormat)
The output format for the notebook execution.
outputNotebookFormat - The output format for the notebook execution.OutputNotebookFormat,
OutputNotebookFormatStartNotebookExecutionRequest.Builder environmentVariables(Map<String,String> environmentVariables)
The environment variables associated with the notebook execution.
environmentVariables - The environment variables associated with the notebook execution.StartNotebookExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartNotebookExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.