Interface DataplexTaskSparkInfrastructureSpecBatch
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexTaskSparkInfrastructureSpecBatch.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.656Z") @Stability(Stable) public interface DataplexTaskSparkInfrastructureSpecBatch extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexTaskSparkInfrastructureSpecBatch.BuilderA builder forDataplexTaskSparkInfrastructureSpecBatchstatic classDataplexTaskSparkInfrastructureSpecBatch.Jsii$ProxyAn implementation forDataplexTaskSparkInfrastructureSpecBatch
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataplexTaskSparkInfrastructureSpecBatch.Builderbuilder()default NumbergetExecutorsCount()Total number of job executors.default NumbergetMaxExecutorsCount()Max configurable executors.
-
-
-
Method Detail
-
getExecutorsCount
@Stability(Stable) @Nullable default Number getExecutorsCount()
Total number of job executors. Executor Count should be between 2 and 100. [Default=2].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#executors_count DataplexTask#executors_count}
-
getMaxExecutorsCount
@Stability(Stable) @Nullable default Number getMaxExecutorsCount()
Max configurable executors.If maxExecutorsCount > executorsCount, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. [Default=1000] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#max_executors_count DataplexTask#max_executors_count}
-
builder
@Stability(Stable) static DataplexTaskSparkInfrastructureSpecBatch.Builder builder()
-
-