Interface DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.816Z") @Stability(Stable) public interface DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Builderstatic classDataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Jsii$ProxyAn implementation forDataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Builderbuilder()default StringgetExecutableFile()Required.default StringgetExecutionTimeout()Optional.
-
-
-
Method Detail
-
getExecutableFile
@Stability(Stable) @Nullable default String getExecutableFile()
Required. Cloud Storage URI of executable file.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#executable_file DataprocWorkflowTemplate#executable_file}
-
getExecutionTimeout
@Stability(Stable) @Nullable default String getExecutionTimeout()
Optional.Amount of time executable has to complete. Default is 10 minutes (see JSON representation of [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)). Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#execution_timeout DataprocWorkflowTemplate#execution_timeout}
-
builder
@Stability(Stable) static DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActions.Builder builder()
-
-