Uses of Class
software.amazon.awscdk.services.emr.CfnNotebookExecution.Builder
Packages that use CfnNotebookExecution.Builder
-
Uses of CfnNotebookExecution.Builder in software.amazon.awscdk.services.emr
Methods in software.amazon.awscdk.services.emr that return CfnNotebookExecution.BuilderModifier and TypeMethodDescriptionstatic CfnNotebookExecution.BuilderCfnNotebookExecution.Builder.environmentVariables(Map<String, String> environmentVariables) The environment variables associated with the notebook execution.CfnNotebookExecution.Builder.environmentVariables(IResolvable environmentVariables) The environment variables associated with the notebook execution.CfnNotebookExecution.Builder.executionEngine(IResolvable executionEngine) Specifies the execution engine (cluster) to run the notebook and perform the notebook execution.CfnNotebookExecution.Builder.executionEngine(CfnNotebookExecution.ExecutionEngineConfigProperty executionEngine) Specifies the execution engine (cluster) to run the notebook and perform the notebook execution.CfnNotebookExecution.Builder.notebookExecutionName(String notebookExecutionName) An optional name for the notebook execution.CfnNotebookExecution.Builder.notebookParams(String notebookParams) Input parameters in JSON format passed to the Amazon EMR Notebook at runtime for execution.CfnNotebookExecution.Builder.notebookS3Location(IResolvable notebookS3Location) The Amazon S3 location that stores the notebook execution input.CfnNotebookExecution.Builder.notebookS3Location(CfnNotebookExecution.NotebookS3LocationProperty notebookS3Location) The Amazon S3 location that stores the notebook execution input.CfnNotebookExecution.Builder.outputNotebookFormat(String outputNotebookFormat) The output format for the notebook execution.CfnNotebookExecution.Builder.outputNotebookS3Location(IResolvable outputNotebookS3Location) The Amazon S3 location for the notebook execution output.CfnNotebookExecution.Builder.outputNotebookS3Location(CfnNotebookExecution.OutputNotebookS3LocationProperty outputNotebookS3Location) The Amazon S3 location for the notebook execution output.A list of tags associated with a notebook execution.