Interface DataprocJobScheduling
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocJobScheduling.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.742Z") @Stability(Stable) public interface DataprocJobScheduling extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocJobScheduling.BuilderA builder forDataprocJobSchedulingstatic classDataprocJobScheduling.Jsii$ProxyAn implementation forDataprocJobScheduling
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataprocJobScheduling.Builderbuilder()NumbergetMaxFailuresPerHour()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.NumbergetMaxFailuresTotal()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.
-
-
-
Method Detail
-
getMaxFailuresPerHour
@Stability(Stable) @NotNull Number getMaxFailuresPerHour()
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.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#max_failures_per_hour DataprocJob#max_failures_per_hour}
-
getMaxFailuresTotal
@Stability(Stable) @NotNull Number getMaxFailuresTotal()
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.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#max_failures_total DataprocJob#max_failures_total}
-
builder
@Stability(Stable) static DataprocJobScheduling.Builder builder()
- Returns:
- a
DataprocJobScheduling.BuilderofDataprocJobScheduling
-
-