Class CfnPolicyPropsMixin.NetworkAclCommonPolicyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.fms.CfnPolicyPropsMixin.NetworkAclCommonPolicyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPolicyPropsMixin.NetworkAclCommonPolicyProperty>
- Enclosing interface:
CfnPolicyPropsMixin.NetworkAclCommonPolicyProperty
@Stability(Stable)
public static final class CfnPolicyPropsMixin.NetworkAclCommonPolicyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPolicyPropsMixin.NetworkAclCommonPolicyProperty>
A builder for
CfnPolicyPropsMixin.NetworkAclCommonPolicyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.networkAclEntrySet(CfnPolicyPropsMixin.NetworkAclEntrySetProperty networkAclEntrySet) networkAclEntrySet(IResolvable networkAclEntrySet)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
networkAclEntrySet
@Stability(Stable) public CfnPolicyPropsMixin.NetworkAclCommonPolicyProperty.Builder networkAclEntrySet(IResolvable networkAclEntrySet) - Parameters:
networkAclEntrySet- The definition of the first and last rules for the network ACL policy.- Returns:
this
-
networkAclEntrySet
@Stability(Stable) public CfnPolicyPropsMixin.NetworkAclCommonPolicyProperty.Builder networkAclEntrySet(CfnPolicyPropsMixin.NetworkAclEntrySetProperty networkAclEntrySet) - Parameters:
networkAclEntrySet- The definition of the first and last rules for the network ACL policy.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPolicyPropsMixin.NetworkAclCommonPolicyProperty>- Returns:
- a new instance of
CfnPolicyPropsMixin.NetworkAclCommonPolicyProperty - Throws:
NullPointerException- if any required attribute was not provided
-