Class EdgecontainerNodePoolNodeConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.edgecontainer_node_pool.EdgecontainerNodePoolNodeConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EdgecontainerNodePoolNodeConfig>
- Enclosing interface:
- EdgecontainerNodePoolNodeConfig
@Stability(Stable) public static final class EdgecontainerNodePoolNodeConfig.Builder extends Object implements software.amazon.jsii.Builder<EdgecontainerNodePoolNodeConfig>
A builder forEdgecontainerNodePoolNodeConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgecontainerNodePoolNodeConfigbuild()Builds the configured instance.EdgecontainerNodePoolNodeConfig.Builderlabels(Map<String,String> labels)Sets the value ofEdgecontainerNodePoolNodeConfig.getLabels()
-
-
-
Method Detail
-
labels
@Stability(Stable) public EdgecontainerNodePoolNodeConfig.Builder labels(Map<String,String> labels)
Sets the value ofEdgecontainerNodePoolNodeConfig.getLabels()- Parameters:
labels- "The Kubernetes node labels". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_node_pool#labels EdgecontainerNodePool#labels}- Returns:
this
-
build
@Stability(Stable) public EdgecontainerNodePoolNodeConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EdgecontainerNodePoolNodeConfig>- Returns:
- a new instance of
EdgecontainerNodePoolNodeConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-