Class DnsResponsePolicyGkeClusters.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dns_response_policy.DnsResponsePolicyGkeClusters.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DnsResponsePolicyGkeClusters>
- Enclosing interface:
- DnsResponsePolicyGkeClusters
@Stability(Stable) public static final class DnsResponsePolicyGkeClusters.Builder extends Object implements software.amazon.jsii.Builder<DnsResponsePolicyGkeClusters>
A builder forDnsResponsePolicyGkeClusters
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DnsResponsePolicyGkeClustersbuild()Builds the configured instance.DnsResponsePolicyGkeClusters.BuildergkeClusterName(String gkeClusterName)Sets the value ofDnsResponsePolicyGkeClusters.getGkeClusterName()
-
-
-
Method Detail
-
gkeClusterName
@Stability(Stable) public DnsResponsePolicyGkeClusters.Builder gkeClusterName(String gkeClusterName)
Sets the value ofDnsResponsePolicyGkeClusters.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_response_policy#gke_cluster_name DnsResponsePolicy#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 DnsResponsePolicyGkeClusters build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DnsResponsePolicyGkeClusters>- Returns:
- a new instance of
DnsResponsePolicyGkeClusters - Throws:
NullPointerException- if any required attribute was not provided
-
-