Class ContainerClusterNodePoolAutoConfigNetworkTags.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNodePoolAutoConfigNetworkTags.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContainerClusterNodePoolAutoConfigNetworkTags>
- Enclosing interface:
- ContainerClusterNodePoolAutoConfigNetworkTags
@Stability(Stable) public static final class ContainerClusterNodePoolAutoConfigNetworkTags.Builder extends Object implements software.amazon.jsii.Builder<ContainerClusterNodePoolAutoConfigNetworkTags>
A builder forContainerClusterNodePoolAutoConfigNetworkTags
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerClusterNodePoolAutoConfigNetworkTagsbuild()Builds the configured instance.ContainerClusterNodePoolAutoConfigNetworkTags.Buildertags(List<String> tags)Sets the value ofContainerClusterNodePoolAutoConfigNetworkTags.getTags()
-
-
-
Method Detail
-
tags
@Stability(Stable) public ContainerClusterNodePoolAutoConfigNetworkTags.Builder tags(List<String> tags)
Sets the value ofContainerClusterNodePoolAutoConfigNetworkTags.getTags()- Parameters:
tags- List of network tags applied to auto-provisioned node pools. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#tags ContainerCluster#tags}- Returns:
this
-
build
@Stability(Stable) public ContainerClusterNodePoolAutoConfigNetworkTags build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ContainerClusterNodePoolAutoConfigNetworkTags>- Returns:
- a new instance of
ContainerClusterNodePoolAutoConfigNetworkTags - Throws:
NullPointerException- if any required attribute was not provided
-
-