JobUpdate constructor

JobUpdate({
  1. int? allocatedCapacity,
  2. JobCommand? command,
  3. ConnectionsList? connections,
  4. Map<String, String>? defaultArguments,
  5. String? description,
  6. ExecutionProperty? executionProperty,
  7. String? glueVersion,
  8. String? logUri,
  9. double? maxCapacity,
  10. int? maxRetries,
  11. Map<String, String>? nonOverridableArguments,
  12. NotificationProperty? notificationProperty,
  13. int? numberOfWorkers,
  14. String? role,
  15. String? securityConfiguration,
  16. int? timeout,
  17. WorkerType? workerType,
})

Implementation

JobUpdate({
  this.allocatedCapacity,
  this.command,
  this.connections,
  this.defaultArguments,
  this.description,
  this.executionProperty,
  this.glueVersion,
  this.logUri,
  this.maxCapacity,
  this.maxRetries,
  this.nonOverridableArguments,
  this.notificationProperty,
  this.numberOfWorkers,
  this.role,
  this.securityConfiguration,
  this.timeout,
  this.workerType,
});