Class ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_node_pool.ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig>
- Enclosing interface:
- ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig
@Stability(Stable) public static final class ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig>
A builder forContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfigbuild()Builds the configured instance.ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.BuilderlocalSsdCount(Number localSsdCount)Sets the value ofContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.getLocalSsdCount()
-
-
-
Method Detail
-
localSsdCount
@Stability(Stable) public ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.Builder localSsdCount(Number localSsdCount)
Sets the value ofContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig.getLocalSsdCount()- Parameters:
localSsdCount- Number of raw-block local NVMe SSD disks to be attached to the node. This parameter is required. Each local SSD is 375 GB in size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#local_ssd_count ContainerNodePool#local_ssd_count}- Returns:
this
-
build
@Stability(Stable) public ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig>- Returns:
- a new instance of
ContainerNodePoolNodeConfigLocalNvmeSsdBlockConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-