Class ContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig>
- Enclosing interface:
- ContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig
@Stability(Stable) public static final class ContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfigbuild()Builds the configured instance.ContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig.BuilderlocalSsdCount(Number localSsdCount)
-
-
-
Method Detail
-
localSsdCount
@Stability(Stable) public ContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig.Builder localSsdCount(Number localSsdCount)
Sets the value ofContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig.getLocalSsdCount()- Parameters:
localSsdCount- Number of local SSDs to use to back ephemeral storage. This parameter is required. Uses NVMe interfaces. Each local SSD must be 375 or 3000 GB in size, and all local SSDs must share the same size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#local_ssd_count ContainerCluster#local_ssd_count}- Returns:
this
-
build
@Stability(Stable) public ContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig>- Returns:
- a new instance of
ContainerClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-