Package com.pulumi.gcp.dataplex.inputs
Class TaskSparkInfrastructureSpecBatchArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataplex.inputs.TaskSparkInfrastructureSpecBatchArgs.Builder
-
- Enclosing class:
- TaskSparkInfrastructureSpecBatchArgs
public static final class TaskSparkInfrastructureSpecBatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(TaskSparkInfrastructureSpecBatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskSparkInfrastructureSpecBatchArgs
build()
TaskSparkInfrastructureSpecBatchArgs.Builder
executorsCount(com.pulumi.core.Output<java.lang.Integer> executorsCount)
TaskSparkInfrastructureSpecBatchArgs.Builder
executorsCount(java.lang.Integer executorsCount)
TaskSparkInfrastructureSpecBatchArgs.Builder
maxExecutorsCount(com.pulumi.core.Output<java.lang.Integer> maxExecutorsCount)
TaskSparkInfrastructureSpecBatchArgs.Builder
maxExecutorsCount(java.lang.Integer maxExecutorsCount)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(TaskSparkInfrastructureSpecBatchArgs defaults)
-
-
Method Detail
-
executorsCount
public TaskSparkInfrastructureSpecBatchArgs.Builder executorsCount(@Nullable com.pulumi.core.Output<java.lang.Integer> executorsCount)
- Parameters:
executorsCount
- Total number of job executors. Executor Count should be between 2 and 100. [Default=2]- Returns:
- builder
-
executorsCount
public TaskSparkInfrastructureSpecBatchArgs.Builder executorsCount(java.lang.Integer executorsCount)
- Parameters:
executorsCount
- Total number of job executors. Executor Count should be between 2 and 100. [Default=2]- Returns:
- builder
-
maxExecutorsCount
public TaskSparkInfrastructureSpecBatchArgs.Builder maxExecutorsCount(@Nullable com.pulumi.core.Output<java.lang.Integer> maxExecutorsCount)
- Parameters:
maxExecutorsCount
- Max configurable executors. If maxExecutorsCount > executorsCount, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. [Default=1000]- Returns:
- builder
-
maxExecutorsCount
public TaskSparkInfrastructureSpecBatchArgs.Builder maxExecutorsCount(java.lang.Integer maxExecutorsCount)
- Parameters:
maxExecutorsCount
- Max configurable executors. If maxExecutorsCount > executorsCount, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. [Default=1000]- Returns:
- builder
-
build
public TaskSparkInfrastructureSpecBatchArgs build()
-
-