Class IntegrationRuntimeComputePropertiesResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.IntegrationRuntimeComputePropertiesResponse.Builder
-
- Enclosing class:
- IntegrationRuntimeComputePropertiesResponse
public static final class IntegrationRuntimeComputePropertiesResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(IntegrationRuntimeComputePropertiesResponse defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(IntegrationRuntimeComputePropertiesResponse defaults)
-
-
Method Detail
-
copyComputeScaleProperties
public IntegrationRuntimeComputePropertiesResponse.Builder copyComputeScaleProperties(@Nullable CopyComputeScalePropertiesResponse copyComputeScaleProperties)
-
dataFlowProperties
public IntegrationRuntimeComputePropertiesResponse.Builder dataFlowProperties(@Nullable IntegrationRuntimeDataFlowPropertiesResponse dataFlowProperties)
-
location
public IntegrationRuntimeComputePropertiesResponse.Builder location(@Nullable java.lang.String location)
-
maxParallelExecutionsPerNode
public IntegrationRuntimeComputePropertiesResponse.Builder maxParallelExecutionsPerNode(@Nullable java.lang.Integer maxParallelExecutionsPerNode)
-
nodeSize
public IntegrationRuntimeComputePropertiesResponse.Builder nodeSize(@Nullable java.lang.String nodeSize)
-
numberOfNodes
public IntegrationRuntimeComputePropertiesResponse.Builder numberOfNodes(@Nullable java.lang.Integer numberOfNodes)
-
pipelineExternalComputeScaleProperties
public IntegrationRuntimeComputePropertiesResponse.Builder pipelineExternalComputeScaleProperties(@Nullable PipelineExternalComputeScalePropertiesResponse pipelineExternalComputeScaleProperties)
-
vNetProperties
public IntegrationRuntimeComputePropertiesResponse.Builder vNetProperties(@Nullable IntegrationRuntimeVNetPropertiesResponse vNetProperties)
-
build
public IntegrationRuntimeComputePropertiesResponse build()
-
-