Package com.pulumi.gcp.dataplex.outputs
Class TaskSparkInfrastructureSpecBatch
- java.lang.Object
-
- com.pulumi.gcp.dataplex.outputs.TaskSparkInfrastructureSpecBatch
-
public final class TaskSparkInfrastructureSpecBatch extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TaskSparkInfrastructureSpecBatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaskSparkInfrastructureSpecBatch.Builder
builder()
static TaskSparkInfrastructureSpecBatch.Builder
builder(TaskSparkInfrastructureSpecBatch defaults)
java.util.Optional<java.lang.Integer>
executorsCount()
java.util.Optional<java.lang.Integer>
maxExecutorsCount()
-
-
-
Method Detail
-
executorsCount
public java.util.Optional<java.lang.Integer> executorsCount()
- Returns:
- Total number of job executors. Executor Count should be between 2 and 100. [Default=2]
-
maxExecutorsCount
public java.util.Optional<java.lang.Integer> maxExecutorsCount()
- Returns:
- Max configurable executors. If maxExecutorsCount > executorsCount, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. [Default=1000]
-
builder
public static TaskSparkInfrastructureSpecBatch.Builder builder()
-
builder
public static TaskSparkInfrastructureSpecBatch.Builder builder(TaskSparkInfrastructureSpecBatch defaults)
-
-