Uses of Interface
software.amazon.awscdk.services.emr.CfnNotebookExecution.ExecutionEngineConfigProperty
Packages that use CfnNotebookExecution.ExecutionEngineConfigProperty
-
Uses of CfnNotebookExecution.ExecutionEngineConfigProperty in software.amazon.awscdk.services.emr
Classes in software.amazon.awscdk.services.emr that implement CfnNotebookExecution.ExecutionEngineConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnNotebookExecution.ExecutionEngineConfigPropertyMethods in software.amazon.awscdk.services.emr that return CfnNotebookExecution.ExecutionEngineConfigPropertyModifier and TypeMethodDescriptionCfnNotebookExecution.ExecutionEngineConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.emr with parameters of type CfnNotebookExecution.ExecutionEngineConfigPropertyModifier and TypeMethodDescriptionCfnNotebookExecution.Builder.executionEngine(CfnNotebookExecution.ExecutionEngineConfigProperty executionEngine) Specifies the execution engine (cluster) to run the notebook and perform the notebook execution.CfnNotebookExecutionProps.Builder.executionEngine(CfnNotebookExecution.ExecutionEngineConfigProperty executionEngine) Sets the value ofCfnNotebookExecutionProps.getExecutionEngine()voidCfnNotebookExecution.setExecutionEngine(CfnNotebookExecution.ExecutionEngineConfigProperty value) Specifies the execution engine (cluster) to run the notebook and perform the notebook execution.