Class EdgecontainerClusterSystemAddonsConfigIngress.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterSystemAddonsConfigIngress.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EdgecontainerClusterSystemAddonsConfigIngress>
- Enclosing interface:
- EdgecontainerClusterSystemAddonsConfigIngress
@Stability(Stable) public static final class EdgecontainerClusterSystemAddonsConfigIngress.Builder extends Object implements software.amazon.jsii.Builder<EdgecontainerClusterSystemAddonsConfigIngress>
A builder forEdgecontainerClusterSystemAddonsConfigIngress
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgecontainerClusterSystemAddonsConfigIngressbuild()Builds the configured instance.EdgecontainerClusterSystemAddonsConfigIngress.Builderdisabled(com.hashicorp.cdktf.IResolvable disabled)Sets the value ofEdgecontainerClusterSystemAddonsConfigIngress.getDisabled()EdgecontainerClusterSystemAddonsConfigIngress.Builderdisabled(Boolean disabled)Sets the value ofEdgecontainerClusterSystemAddonsConfigIngress.getDisabled()EdgecontainerClusterSystemAddonsConfigIngress.Builderipv4Vip(String ipv4Vip)Sets the value ofEdgecontainerClusterSystemAddonsConfigIngress.getIpv4Vip()
-
-
-
Method Detail
-
disabled
@Stability(Stable) public EdgecontainerClusterSystemAddonsConfigIngress.Builder disabled(Boolean disabled)
Sets the value ofEdgecontainerClusterSystemAddonsConfigIngress.getDisabled()- Parameters:
disabled- Whether Ingress is disabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#disabled EdgecontainerCluster#disabled}- Returns:
this
-
disabled
@Stability(Stable) public EdgecontainerClusterSystemAddonsConfigIngress.Builder disabled(com.hashicorp.cdktf.IResolvable disabled)
Sets the value ofEdgecontainerClusterSystemAddonsConfigIngress.getDisabled()- Parameters:
disabled- Whether Ingress is disabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#disabled EdgecontainerCluster#disabled}- Returns:
this
-
ipv4Vip
@Stability(Stable) public EdgecontainerClusterSystemAddonsConfigIngress.Builder ipv4Vip(String ipv4Vip)
Sets the value ofEdgecontainerClusterSystemAddonsConfigIngress.getIpv4Vip()- Parameters:
ipv4Vip- Ingress VIP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#ipv4_vip EdgecontainerCluster#ipv4_vip}- Returns:
this
-
build
@Stability(Stable) public EdgecontainerClusterSystemAddonsConfigIngress build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EdgecontainerClusterSystemAddonsConfigIngress>- Returns:
- a new instance of
EdgecontainerClusterSystemAddonsConfigIngress - Throws:
NullPointerException- if any required attribute was not provided
-
-