Package com.pulumi.gcp.dataproc.inputs
Class WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataproc.inputs.WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs.Builder
-
public static final class WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs.Builder
acceleratorCount(com.pulumi.core.Output<java.lang.Integer> acceleratorCount)
WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs.Builder
acceleratorCount(java.lang.Integer acceleratorCount)
WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs.Builder
acceleratorType(com.pulumi.core.Output<java.lang.String> acceleratorType)
WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs.Builder
acceleratorType(java.lang.String acceleratorType)
WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs
build()
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs defaults)
-
-
Method Detail
-
acceleratorCount
public WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs.Builder acceleratorCount(@Nullable com.pulumi.core.Output<java.lang.Integer> acceleratorCount)
- Parameters:
acceleratorCount
- The number of the accelerator cards of this type exposed to this instance.- Returns:
- builder
-
acceleratorCount
public WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs.Builder acceleratorCount(java.lang.Integer acceleratorCount)
- Parameters:
acceleratorCount
- The number of the accelerator cards of this type exposed to this instance.- Returns:
- builder
-
acceleratorType
public WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs.Builder acceleratorType(@Nullable com.pulumi.core.Output<java.lang.String> acceleratorType)
- Parameters:
acceleratorType
- Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, `nvidia-tesla-k80`.- Returns:
- builder
-
acceleratorType
public WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs.Builder acceleratorType(java.lang.String acceleratorType)
- Parameters:
acceleratorType
- Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, `nvidia-tesla-k80`.- Returns:
- builder
-
build
public WorkflowTemplatePlacementManagedClusterConfigMasterConfigAcceleratorArgs build()
-
-