Class EdgecontainerClusterSystemAddonsConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterSystemAddonsConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EdgecontainerClusterSystemAddonsConfig>
- Enclosing interface:
- EdgecontainerClusterSystemAddonsConfig
@Stability(Stable) public static final class EdgecontainerClusterSystemAddonsConfig.Builder extends Object implements software.amazon.jsii.Builder<EdgecontainerClusterSystemAddonsConfig>
A builder forEdgecontainerClusterSystemAddonsConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgecontainerClusterSystemAddonsConfigbuild()Builds the configured instance.EdgecontainerClusterSystemAddonsConfig.Builderingress(EdgecontainerClusterSystemAddonsConfigIngress ingress)Sets the value ofEdgecontainerClusterSystemAddonsConfig.getIngress()
-
-
-
Method Detail
-
ingress
@Stability(Stable) public EdgecontainerClusterSystemAddonsConfig.Builder ingress(EdgecontainerClusterSystemAddonsConfigIngress ingress)
Sets the value ofEdgecontainerClusterSystemAddonsConfig.getIngress()- Parameters:
ingress- ingress block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#ingress EdgecontainerCluster#ingress}- Returns:
this
-
build
@Stability(Stable) public EdgecontainerClusterSystemAddonsConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EdgecontainerClusterSystemAddonsConfig>- Returns:
- a new instance of
EdgecontainerClusterSystemAddonsConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-