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