Class DnsResponsePolicyRuleLocalData.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dns_response_policy_rule.DnsResponsePolicyRuleLocalData.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DnsResponsePolicyRuleLocalData>
- Enclosing interface:
- DnsResponsePolicyRuleLocalData
@Stability(Stable) public static final class DnsResponsePolicyRuleLocalData.Builder extends Object implements software.amazon.jsii.Builder<DnsResponsePolicyRuleLocalData>
A builder forDnsResponsePolicyRuleLocalData
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DnsResponsePolicyRuleLocalDatabuild()Builds the configured instance.DnsResponsePolicyRuleLocalData.BuilderlocalDatas(com.hashicorp.cdktf.IResolvable localDatas)Sets the value ofDnsResponsePolicyRuleLocalData.getLocalDatas()DnsResponsePolicyRuleLocalData.BuilderlocalDatas(List<? extends DnsResponsePolicyRuleLocalDataLocalDatas> localDatas)Sets the value ofDnsResponsePolicyRuleLocalData.getLocalDatas()
-
-
-
Method Detail
-
localDatas
@Stability(Stable) public DnsResponsePolicyRuleLocalData.Builder localDatas(com.hashicorp.cdktf.IResolvable localDatas)
Sets the value ofDnsResponsePolicyRuleLocalData.getLocalDatas()- Parameters:
localDatas- local_datas block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_response_policy_rule#local_datas DnsResponsePolicyRule#local_datas}- Returns:
this
-
localDatas
@Stability(Stable) public DnsResponsePolicyRuleLocalData.Builder localDatas(List<? extends DnsResponsePolicyRuleLocalDataLocalDatas> localDatas)
Sets the value ofDnsResponsePolicyRuleLocalData.getLocalDatas()- Parameters:
localDatas- local_datas block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_response_policy_rule#local_datas DnsResponsePolicyRule#local_datas}- Returns:
this
-
build
@Stability(Stable) public DnsResponsePolicyRuleLocalData build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DnsResponsePolicyRuleLocalData>- Returns:
- a new instance of
DnsResponsePolicyRuleLocalData - Throws:
NullPointerException- if any required attribute was not provided
-
-