Interface DataplexTaskSparkInfrastructureSpecContainerImage
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexTaskSparkInfrastructureSpecContainerImage.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.657Z") @Stability(Stable) public interface DataplexTaskSparkInfrastructureSpecContainerImage extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexTaskSparkInfrastructureSpecContainerImage.BuilderA builder forDataplexTaskSparkInfrastructureSpecContainerImagestatic classDataplexTaskSparkInfrastructureSpecContainerImage.Jsii$ProxyAn implementation forDataplexTaskSparkInfrastructureSpecContainerImage
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataplexTaskSparkInfrastructureSpecContainerImage.Builderbuilder()default StringgetImage()Container image to use.default List<String>getJavaJars()A list of Java JARS to add to the classpath.default Map<String,String>getProperties()Override to common configuration of open source components installed on the Dataproc cluster.default List<String>getPythonPackages()A list of python packages to be installed.
-
-
-
Method Detail
-
getImage
@Stability(Stable) @Nullable default String getImage()
Container image to use.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#image DataplexTask#image}
-
getJavaJars
@Stability(Stable) @Nullable default List<String> getJavaJars()
A list of Java JARS to add to the classpath.Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#java_jars DataplexTask#java_jars}
-
getProperties
@Stability(Stable) @Nullable default Map<String,String> getProperties()
Override to common configuration of open source components installed on the Dataproc cluster.The properties to set on daemon config files. Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. For more information, see Cluster properties. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#properties DataplexTask#properties}
-
getPythonPackages
@Stability(Stable) @Nullable default List<String> getPythonPackages()
A list of python packages to be installed.Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#python_packages DataplexTask#python_packages}
-
builder
@Stability(Stable) static DataplexTaskSparkInfrastructureSpecContainerImage.Builder builder()
-
-