Class DnsManagedZonePrivateVisibilityConfigGkeClusters.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dns_managed_zone.DnsManagedZonePrivateVisibilityConfigGkeClusters.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DnsManagedZonePrivateVisibilityConfigGkeClusters>
- Enclosing interface:
- DnsManagedZonePrivateVisibilityConfigGkeClusters
@Stability(Stable) public static final class DnsManagedZonePrivateVisibilityConfigGkeClusters.Builder extends Object implements software.amazon.jsii.Builder<DnsManagedZonePrivateVisibilityConfigGkeClusters>
A builder forDnsManagedZonePrivateVisibilityConfigGkeClusters
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DnsManagedZonePrivateVisibilityConfigGkeClustersbuild()Builds the configured instance.DnsManagedZonePrivateVisibilityConfigGkeClusters.BuildergkeClusterName(String gkeClusterName)Sets the value ofDnsManagedZonePrivateVisibilityConfigGkeClusters.getGkeClusterName()
-
-
-
Method Detail
-
gkeClusterName
@Stability(Stable) public DnsManagedZonePrivateVisibilityConfigGkeClusters.Builder gkeClusterName(String gkeClusterName)
Sets the value ofDnsManagedZonePrivateVisibilityConfigGkeClusters.getGkeClusterName()- Parameters:
gkeClusterName- The resource name of the cluster to bind this ManagedZone to. This parameter is required. This should be specified in the format like 'projects/* /locations/* /clusters/*' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#gke_cluster_name DnsManagedZone#gke_cluster_name} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.- Returns:
this
-
build
@Stability(Stable) public DnsManagedZonePrivateVisibilityConfigGkeClusters build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DnsManagedZonePrivateVisibilityConfigGkeClusters>- Returns:
- a new instance of
DnsManagedZonePrivateVisibilityConfigGkeClusters - Throws:
NullPointerException- if any required attribute was not provided
-
-