Class ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig>
- Enclosing interface:
- ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig
@Stability(Stable) public static final class ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerClusterPrivateClusterConfigMasterGlobalAccessConfigbuild()Builds the configured instance.ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig.Builderenabled(Boolean enabled)
-
-
-
Method Detail
-
enabled
@Stability(Stable) public ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig.Builder enabled(Boolean enabled)
- Parameters:
enabled- Whether the cluster master is accessible globally or not. 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 ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
- Parameters:
enabled- Whether the cluster master is accessible globally or not. 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 ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig>- Returns:
- a new instance of
ContainerClusterPrivateClusterConfigMasterGlobalAccessConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-