Class ContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_node_pool.ContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig>
- Enclosing interface:
- ContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig
@Stability(Stable) public static final class ContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfigbuild()Builds the configured instance.ContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig.BuildergpuDriverVersion(String gpuDriverVersion)
-
-
-
Method Detail
-
gpuDriverVersion
@Stability(Stable) public ContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig.Builder gpuDriverVersion(String gpuDriverVersion)
Sets the value ofContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig.getGpuDriverVersion()- Parameters:
gpuDriverVersion- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#gpu_driver_version ContainerNodePool#gpu_driver_version}.- Returns:
this
-
build
@Stability(Stable) public ContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig>- Returns:
- a new instance of
ContainerNodePoolNodeConfigGuestAcceleratorGpuDriverInstallationConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-