Class DataplexTaskNotebookInfrastructureSpecBatch.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_task.DataplexTaskNotebookInfrastructureSpecBatch.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexTaskNotebookInfrastructureSpecBatch>
- Enclosing interface:
- DataplexTaskNotebookInfrastructureSpecBatch
@Stability(Stable) public static final class DataplexTaskNotebookInfrastructureSpecBatch.Builder extends Object implements software.amazon.jsii.Builder<DataplexTaskNotebookInfrastructureSpecBatch>
A builder forDataplexTaskNotebookInfrastructureSpecBatch
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexTaskNotebookInfrastructureSpecBatchbuild()Builds the configured instance.DataplexTaskNotebookInfrastructureSpecBatch.BuilderexecutorsCount(Number executorsCount)Sets the value ofDataplexTaskNotebookInfrastructureSpecBatch.getExecutorsCount()DataplexTaskNotebookInfrastructureSpecBatch.BuildermaxExecutorsCount(Number maxExecutorsCount)Sets the value ofDataplexTaskNotebookInfrastructureSpecBatch.getMaxExecutorsCount()
-
-
-
Method Detail
-
executorsCount
@Stability(Stable) public DataplexTaskNotebookInfrastructureSpecBatch.Builder executorsCount(Number executorsCount)
Sets the value ofDataplexTaskNotebookInfrastructureSpecBatch.getExecutorsCount()- Parameters:
executorsCount- 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}- Returns:
this
-
maxExecutorsCount
@Stability(Stable) public DataplexTaskNotebookInfrastructureSpecBatch.Builder maxExecutorsCount(Number maxExecutorsCount)
Sets the value ofDataplexTaskNotebookInfrastructureSpecBatch.getMaxExecutorsCount()- Parameters:
maxExecutorsCount- 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}- Returns:
this
-
build
@Stability(Stable) public DataplexTaskNotebookInfrastructureSpecBatch build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexTaskNotebookInfrastructureSpecBatch>- Returns:
- a new instance of
DataplexTaskNotebookInfrastructureSpecBatch - Throws:
NullPointerException- if any required attribute was not provided
-
-