Class CfnRuleGroupPropsMixin.IPSetReferenceProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.networkfirewall.mixins.CfnRuleGroupPropsMixin.IPSetReferenceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuleGroupPropsMixin.IPSetReferenceProperty>
- Enclosing interface:
CfnRuleGroupPropsMixin.IPSetReferenceProperty
@Stability(Stable)
public static final class CfnRuleGroupPropsMixin.IPSetReferenceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuleGroupPropsMixin.IPSetReferenceProperty>
A builder for
CfnRuleGroupPropsMixin.IPSetReferenceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.referenceArn(String referenceArn) Sets the value ofCfnRuleGroupPropsMixin.IPSetReferenceProperty.getReferenceArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
referenceArn
@Stability(Stable) public CfnRuleGroupPropsMixin.IPSetReferenceProperty.Builder referenceArn(String referenceArn) Sets the value ofCfnRuleGroupPropsMixin.IPSetReferenceProperty.getReferenceArn()- Parameters:
referenceArn- The Amazon Resource Name (ARN) of the resource to include in the IP set reference.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuleGroupPropsMixin.IPSetReferenceProperty>- Returns:
- a new instance of
CfnRuleGroupPropsMixin.IPSetReferenceProperty - Throws:
NullPointerException- if any required attribute was not provided
-