Class CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53resolver.CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty>
- Enclosing interface:
CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty
@Stability(Stable)
public static final class CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
partner
@Stability(Stable) public CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty.Builder partner(String partner) - Parameters:
partner- The partner identifier value.- Returns:
this
-
build
@Stability(Stable) public CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty>- Returns:
- a new instance of
CfnFirewallRuleGroupPropsMixin.PartnerThreatProtectionConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-