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