Uses of Interface
software.amazon.awscdk.services.glue.WorkerConfiguration
Packages that use WorkerConfiguration
-
Uses of WorkerConfiguration in software.amazon.awscdk.services.glue
Classes in software.amazon.awscdk.services.glue that implement WorkerConfigurationMethods in software.amazon.awscdk.services.glue that return WorkerConfigurationModifier and TypeMethodDescriptionWorkerConfiguration.Builder.build()Builds the configured instance.final WorkerConfigurationPySparkEtlJobProps.Jsii$Proxy.getWorkerConfiguration()final WorkerConfigurationPySparkFlexEtlJobProps.Jsii$Proxy.getWorkerConfiguration()final WorkerConfigurationPySparkStreamingJobProps.Jsii$Proxy.getWorkerConfiguration()final WorkerConfigurationScalaSparkEtlJobProps.Jsii$Proxy.getWorkerConfiguration()final WorkerConfigurationScalaSparkFlexEtlJobProps.Jsii$Proxy.getWorkerConfiguration()final WorkerConfigurationScalaSparkStreamingJobProps.Jsii$Proxy.getWorkerConfiguration()default WorkerConfigurationSparkJobProps.getWorkerConfiguration()The worker type and the number of workers allocated when a job runs.final WorkerConfigurationSparkJobProps.Jsii$Proxy.getWorkerConfiguration()Methods in software.amazon.awscdk.services.glue with parameters of type WorkerConfigurationModifier and TypeMethodDescriptionPySparkEtlJob.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) The worker type and the number of workers allocated when a job runs.PySparkEtlJobProps.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) Sets the value ofSparkJobProps.getWorkerConfiguration()PySparkFlexEtlJob.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) The worker type and the number of workers allocated when a job runs.PySparkFlexEtlJobProps.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) Sets the value ofSparkJobProps.getWorkerConfiguration()PySparkStreamingJob.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) The worker type and the number of workers allocated when a job runs.PySparkStreamingJobProps.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) Sets the value ofSparkJobProps.getWorkerConfiguration()ScalaSparkEtlJob.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) The worker type and the number of workers allocated when a job runs.ScalaSparkEtlJobProps.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) Sets the value ofSparkJobProps.getWorkerConfiguration()ScalaSparkFlexEtlJob.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) The worker type and the number of workers allocated when a job runs.ScalaSparkFlexEtlJobProps.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) Sets the value ofSparkJobProps.getWorkerConfiguration()ScalaSparkStreamingJob.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) The worker type and the number of workers allocated when a job runs.ScalaSparkStreamingJobProps.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) Sets the value ofSparkJobProps.getWorkerConfiguration()SparkJobProps.Builder.workerConfiguration(WorkerConfiguration workerConfiguration) Sets the value ofSparkJobProps.getWorkerConfiguration()