Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnJobPropsMixin.Builder
Packages that use CfnJobPropsMixin.Builder
-
Uses of CfnJobPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.glue
Methods in software.amazon.awscdk.cfnpropertymixins.services.glue that return CfnJobPropsMixin.BuilderModifier and TypeMethodDescriptionCfnJobPropsMixin.Builder.allocatedCapacity(Number allocatedCapacity) This parameter is no longer supported.CfnJobPropsMixin.Builder.command(CfnJobPropsMixin.JobCommandProperty command) The code that executes a job.CfnJobPropsMixin.Builder.command(IResolvable command) The code that executes a job.CfnJobPropsMixin.Builder.connections(CfnJobPropsMixin.ConnectionsListProperty connections) The connections used for this job.CfnJobPropsMixin.Builder.connections(IResolvable connections) The connections used for this job.static CfnJobPropsMixin.BuilderCfnJobPropsMixin.Builder.create()static CfnJobPropsMixin.BuilderCfnJobPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnJobPropsMixin.Builder.defaultArguments(Object defaultArguments) The default arguments for this job, specified as name-value pairs.CfnJobPropsMixin.Builder.description(String description) A description of the job.CfnJobPropsMixin.Builder.executionClass(String executionClass) Indicates whether the job is run with a standard or flexible execution class.CfnJobPropsMixin.Builder.executionProperty(CfnJobPropsMixin.ExecutionPropertyProperty executionProperty) The maximum number of concurrent runs that are allowed for this job.CfnJobPropsMixin.Builder.executionProperty(IResolvable executionProperty) The maximum number of concurrent runs that are allowed for this job.CfnJobPropsMixin.Builder.glueVersion(String glueVersion) Glue version determines the versions of Apache Spark and Python that AWS Glue supports.A mode that describes how a job was created.CfnJobPropsMixin.Builder.jobRunQueuingEnabled(Boolean jobRunQueuingEnabled) Specifies whether job run queuing is enabled for the job runs for this job.CfnJobPropsMixin.Builder.jobRunQueuingEnabled(IResolvable jobRunQueuingEnabled) Specifies whether job run queuing is enabled for the job runs for this job.This field is reserved for future use.CfnJobPropsMixin.Builder.maintenanceWindow(String maintenanceWindow) This field specifies a day of the week and hour for a maintenance window for streaming jobs.CfnJobPropsMixin.Builder.maxCapacity(Number maxCapacity) The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs.CfnJobPropsMixin.Builder.maxRetries(Number maxRetries) The maximum number of times to retry this job after a JobRun fails.The name you assign to this job definition.CfnJobPropsMixin.Builder.nonOverridableArguments(Object nonOverridableArguments) Non-overridable arguments for this job, specified as name-value pairs.CfnJobPropsMixin.Builder.notificationProperty(CfnJobPropsMixin.NotificationPropertyProperty notificationProperty) Specifies configuration properties of a notification.CfnJobPropsMixin.Builder.notificationProperty(IResolvable notificationProperty) Specifies configuration properties of a notification.CfnJobPropsMixin.Builder.numberOfWorkers(Number numberOfWorkers) The number of workers of a definedworkerTypethat are allocated when a job runs.The name or Amazon Resource Name (ARN) of the IAM role associated with this job.The name or Amazon Resource Name (ARN) of the IAM role associated with this job.CfnJobPropsMixin.Builder.securityConfiguration(String securityConfiguration) The name of theSecurityConfigurationstructure to be used with this job.The tags to use with this job.The job timeout in minutes.CfnJobPropsMixin.Builder.workerType(String workerType) The type of predefined worker that is allocated when a job runs.