Package com.pulumi.gcp.dataproc.outputs
Class WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataproc.outputs.WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig.Builder
-
- Enclosing class:
- WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig
public static final class WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig.Builder
bootDiskSizeGb(java.lang.Integer bootDiskSizeGb)
WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig.Builder
bootDiskType(java.lang.String bootDiskType)
WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig
build()
WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig.Builder
numLocalSsds(java.lang.Integer numLocalSsds)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig defaults)
-
-
Method Detail
-
bootDiskSizeGb
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig.Builder bootDiskSizeGb(@Nullable java.lang.Integer bootDiskSizeGb)
-
bootDiskType
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig.Builder bootDiskType(@Nullable java.lang.String bootDiskType)
-
numLocalSsds
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig.Builder numLocalSsds(@Nullable java.lang.Integer numLocalSsds)
-
build
public WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig build()
-
-