Interface DataprocWorkflowTemplateJobsScheduling
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplateJobsScheduling.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.798Z") @Stability(Stable) public interface DataprocWorkflowTemplateJobsScheduling extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplateJobsScheduling.BuilderA builder forDataprocWorkflowTemplateJobsSchedulingstatic classDataprocWorkflowTemplateJobsScheduling.Jsii$ProxyAn implementation forDataprocWorkflowTemplateJobsScheduling
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocWorkflowTemplateJobsScheduling.Builderbuilder()default NumbergetMaxFailuresPerHour()Optional.default NumbergetMaxFailuresTotal()Optional.
-
-
-
Method Detail
-
getMaxFailuresPerHour
@Stability(Stable) @Nullable default Number getMaxFailuresPerHour()
Optional.Maximum number of times per hour a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed. A job may be reported as thrashing if driver exits with non-zero code 4 times within 10 minute window. Maximum value is 10. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#max_failures_per_hour DataprocWorkflowTemplate#max_failures_per_hour}
-
getMaxFailuresTotal
@Stability(Stable) @Nullable default Number getMaxFailuresTotal()
Optional.Maximum number of times in total a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed. Maximum value is 240. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#max_failures_total DataprocWorkflowTemplate#max_failures_total}
-
builder
@Stability(Stable) static DataprocWorkflowTemplateJobsScheduling.Builder builder()
-
-