Class ContainerClusterNodePoolAutoConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNodePoolAutoConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerClusterNodePoolAutoConfig>
- Enclosing interface:
- ContainerClusterNodePoolAutoConfig
@Stability(Stable) public static final class ContainerClusterNodePoolAutoConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerClusterNodePoolAutoConfig>
A builder forContainerClusterNodePoolAutoConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerClusterNodePoolAutoConfigbuild()Builds the configured instance.ContainerClusterNodePoolAutoConfig.BuildernetworkTags(ContainerClusterNodePoolAutoConfigNetworkTags networkTags)Sets the value ofContainerClusterNodePoolAutoConfig.getNetworkTags()ContainerClusterNodePoolAutoConfig.BuilderresourceManagerTags(Map<String,String> resourceManagerTags)Sets the value ofContainerClusterNodePoolAutoConfig.getResourceManagerTags()
-
-
-
Method Detail
-
networkTags
@Stability(Stable) public ContainerClusterNodePoolAutoConfig.Builder networkTags(ContainerClusterNodePoolAutoConfigNetworkTags networkTags)
Sets the value ofContainerClusterNodePoolAutoConfig.getNetworkTags()- Parameters:
networkTags- network_tags block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#network_tags ContainerCluster#network_tags}- Returns:
this
-
resourceManagerTags
@Stability(Stable) public ContainerClusterNodePoolAutoConfig.Builder resourceManagerTags(Map<String,String> resourceManagerTags)
Sets the value ofContainerClusterNodePoolAutoConfig.getResourceManagerTags()- Parameters:
resourceManagerTags- A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#resource_manager_tags ContainerCluster#resource_manager_tags}- Returns:
this
-
build
@Stability(Stable) public ContainerClusterNodePoolAutoConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerClusterNodePoolAutoConfig>- Returns:
- a new instance of
ContainerClusterNodePoolAutoConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-