Class ContainerClusterNodePoolNodeConfigFastSocket.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNodePoolNodeConfigFastSocket.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerClusterNodePoolNodeConfigFastSocket>
- Enclosing interface:
- ContainerClusterNodePoolNodeConfigFastSocket
@Stability(Stable) public static final class ContainerClusterNodePoolNodeConfigFastSocket.Builder extends Object implements software.amazon.jsii.Builder<ContainerClusterNodePoolNodeConfigFastSocket>
A builder forContainerClusterNodePoolNodeConfigFastSocket
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerClusterNodePoolNodeConfigFastSocketbuild()Builds the configured instance.ContainerClusterNodePoolNodeConfigFastSocket.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)Sets the value ofContainerClusterNodePoolNodeConfigFastSocket.getEnabled()ContainerClusterNodePoolNodeConfigFastSocket.Builderenabled(Boolean enabled)Sets the value ofContainerClusterNodePoolNodeConfigFastSocket.getEnabled()
-
-
-
Method Detail
-
enabled
@Stability(Stable) public ContainerClusterNodePoolNodeConfigFastSocket.Builder enabled(Boolean enabled)
Sets the value ofContainerClusterNodePoolNodeConfigFastSocket.getEnabled()- Parameters:
enabled- Whether or not NCCL Fast Socket is enabled. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enabled ContainerCluster#enabled}- Returns:
this
-
enabled
@Stability(Stable) public ContainerClusterNodePoolNodeConfigFastSocket.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofContainerClusterNodePoolNodeConfigFastSocket.getEnabled()- Parameters:
enabled- Whether or not NCCL Fast Socket is enabled. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enabled ContainerCluster#enabled}- Returns:
this
-
build
@Stability(Stable) public ContainerClusterNodePoolNodeConfigFastSocket build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerClusterNodePoolNodeConfigFastSocket>- Returns:
- a new instance of
ContainerClusterNodePoolNodeConfigFastSocket - Throws:
NullPointerException- if any required attribute was not provided
-
-