Interface DataprocWorkflowTemplateJobsSparkRJob
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplateJobsSparkRJob.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.800Z") @Stability(Stable) public interface DataprocWorkflowTemplateJobsSparkRJob extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplateJobsSparkRJob.BuilderA builder forDataprocWorkflowTemplateJobsSparkRJobstatic classDataprocWorkflowTemplateJobsSparkRJob.Jsii$ProxyAn implementation forDataprocWorkflowTemplateJobsSparkRJob
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataprocWorkflowTemplateJobsSparkRJob.Builderbuilder()default List<String>getArchiveUris()Optional.default List<String>getArgs()Optional.default List<String>getFileUris()Optional.default DataprocWorkflowTemplateJobsSparkRJobLoggingConfiggetLoggingConfig()logging_config block.StringgetMainRFileUri()Required.default Map<String,String>getProperties()Optional.
-
-
-
Method Detail
-
getMainRFileUri
@Stability(Stable) @NotNull String getMainRFileUri()
Required. The HCFS URI of the main R file to use as the driver. Must be a .R file.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#main_r_file_uri DataprocWorkflowTemplate#main_r_file_uri}
-
getArchiveUris
@Stability(Stable) @Nullable default List<String> getArchiveUris()
Optional.HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#archive_uris DataprocWorkflowTemplate#archive_uris}
-
getArgs
@Stability(Stable) @Nullable default List<String> getArgs()
Optional.The arguments to pass to the driver. Do not include arguments, such as `--conf`, that can be set as job properties, since a collision may occur that causes an incorrect job submission. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#args DataprocWorkflowTemplate#args}
-
getFileUris
@Stability(Stable) @Nullable default List<String> getFileUris()
Optional.HCFS URIs of files to be placed in the working directory of each executor. Useful for naively parallel tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#file_uris DataprocWorkflowTemplate#file_uris}
-
getLoggingConfig
@Stability(Stable) @Nullable default DataprocWorkflowTemplateJobsSparkRJobLoggingConfig getLoggingConfig()
logging_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#logging_config DataprocWorkflowTemplate#logging_config}
-
getProperties
@Stability(Stable) @Nullable default Map<String,String> getProperties()
Optional.A mapping of property names to values, used to configure SparkR. Properties that conflict with values set by the Dataproc API may be overwritten. Can include properties set in /etc/spark/conf/spark-defaults.conf and classes in user code. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#properties DataprocWorkflowTemplate#properties}
-
builder
@Stability(Stable) static DataprocWorkflowTemplateJobsSparkRJob.Builder builder()
-
-