Package com.pulumi.gcp.dataproc.outputs
Class WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataproc.outputs.WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder
-
- Enclosing class:
- WorkflowTemplatePlacementManagedClusterConfigWorkerConfig
public static final class WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WorkflowTemplatePlacementManagedClusterConfigWorkerConfig defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WorkflowTemplatePlacementManagedClusterConfigWorkerConfig defaults)
-
-
Method Detail
-
accelerators
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder accelerators(@Nullable java.util.List<WorkflowTemplatePlacementManagedClusterConfigWorkerConfigAccelerator> accelerators)
-
accelerators
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder accelerators(WorkflowTemplatePlacementManagedClusterConfigWorkerConfigAccelerator... accelerators)
-
diskConfig
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder diskConfig(@Nullable WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig diskConfig)
-
image
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder image(@Nullable java.lang.String image)
-
instanceNames
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder instanceNames(@Nullable java.util.List<java.lang.String> instanceNames)
-
instanceNames
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder instanceNames(java.lang.String... instanceNames)
-
isPreemptible
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder isPreemptible(@Nullable java.lang.Boolean isPreemptible)
-
machineType
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder machineType(@Nullable java.lang.String machineType)
-
managedGroupConfigs
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder managedGroupConfigs(@Nullable java.util.List<WorkflowTemplatePlacementManagedClusterConfigWorkerConfigManagedGroupConfig> managedGroupConfigs)
-
managedGroupConfigs
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder managedGroupConfigs(WorkflowTemplatePlacementManagedClusterConfigWorkerConfigManagedGroupConfig... managedGroupConfigs)
-
minCpuPlatform
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder minCpuPlatform(@Nullable java.lang.String minCpuPlatform)
-
numInstances
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder numInstances(@Nullable java.lang.Integer numInstances)
-
preemptibility
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig.Builder preemptibility(@Nullable java.lang.String preemptibility)
-
build
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfig build()
-
-