Uses of Enum
software.amazon.awscdk.services.glue.GlueVersion
Packages that use GlueVersion
-
Uses of GlueVersion in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return GlueVersionModifier and TypeMethodDescriptiondefault GlueVersionJobProps.getGlueVersion()Glue Version The version of Glue to use to execute this job.final GlueVersionJobProps.Jsii$Proxy.getGlueVersion()final GlueVersionPySparkEtlJobProps.Jsii$Proxy.getGlueVersion()final GlueVersionPySparkFlexEtlJobProps.Jsii$Proxy.getGlueVersion()final GlueVersionPySparkStreamingJobProps.Jsii$Proxy.getGlueVersion()final GlueVersionPythonShellJobProps.Jsii$Proxy.getGlueVersion()final GlueVersionScalaSparkEtlJobProps.Jsii$Proxy.getGlueVersion()final GlueVersionScalaSparkFlexEtlJobProps.Jsii$Proxy.getGlueVersion()final GlueVersionScalaSparkStreamingJobProps.Jsii$Proxy.getGlueVersion()final GlueVersionSparkJobProps.Jsii$Proxy.getGlueVersion()static GlueVersionReturns the enum constant of this type with the specified name.static GlueVersion[]GlueVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.glue with parameters of type GlueVersionModifier and TypeMethodDescriptionJobProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofJobProps.getGlueVersion()PySparkEtlJob.Builder.glueVersion(GlueVersion glueVersion) Glue Version The version of Glue to use to execute this job.PySparkEtlJobProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofJobProps.getGlueVersion()PySparkFlexEtlJob.Builder.glueVersion(GlueVersion glueVersion) Glue Version The version of Glue to use to execute this job.PySparkFlexEtlJobProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofJobProps.getGlueVersion()PySparkStreamingJob.Builder.glueVersion(GlueVersion glueVersion) Glue Version The version of Glue to use to execute this job.PySparkStreamingJobProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofJobProps.getGlueVersion()PythonShellJob.Builder.glueVersion(GlueVersion glueVersion) Glue Version The version of Glue to use to execute this job.PythonShellJobProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofJobProps.getGlueVersion()ScalaSparkEtlJob.Builder.glueVersion(GlueVersion glueVersion) Glue Version The version of Glue to use to execute this job.ScalaSparkEtlJobProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofJobProps.getGlueVersion()ScalaSparkFlexEtlJob.Builder.glueVersion(GlueVersion glueVersion) Glue Version The version of Glue to use to execute this job.ScalaSparkFlexEtlJobProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofJobProps.getGlueVersion()ScalaSparkStreamingJob.Builder.glueVersion(GlueVersion glueVersion) Glue Version The version of Glue to use to execute this job.ScalaSparkStreamingJobProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofJobProps.getGlueVersion()SparkJobProps.Builder.glueVersion(GlueVersion glueVersion) Sets the value ofJobProps.getGlueVersion()