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