@Stability(value=Stable) public static final class CfnNetworkAclEntryProps.Builder extends Object implements software.amazon.jsii.Builder<CfnNetworkAclEntryProps>
CfnNetworkAclEntryProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnNetworkAclEntryProps.Builder networkAclId(String networkAclId)
CfnNetworkAclEntryProps.getNetworkAclId()networkAclId - `AWS::EC2::NetworkAclEntry.NetworkAclId`. This parameter is required.this@Stability(value=Stable) public CfnNetworkAclEntryProps.Builder protocol(Number protocol)
CfnNetworkAclEntryProps.getProtocol()protocol - `AWS::EC2::NetworkAclEntry.Protocol`. This parameter is required.this@Stability(value=Stable) public CfnNetworkAclEntryProps.Builder ruleAction(String ruleAction)
CfnNetworkAclEntryProps.getRuleAction()ruleAction - `AWS::EC2::NetworkAclEntry.RuleAction`. This parameter is required.this@Stability(value=Stable) public CfnNetworkAclEntryProps.Builder ruleNumber(Number ruleNumber)
CfnNetworkAclEntryProps.getRuleNumber()ruleNumber - `AWS::EC2::NetworkAclEntry.RuleNumber`. This parameter is required.this@Stability(value=Stable) public CfnNetworkAclEntryProps.Builder cidrBlock(String cidrBlock)
CfnNetworkAclEntryProps.getCidrBlock()cidrBlock - `AWS::EC2::NetworkAclEntry.CidrBlock`.this@Stability(value=Stable) public CfnNetworkAclEntryProps.Builder egress(Boolean egress)
CfnNetworkAclEntryProps.getEgress()egress - `AWS::EC2::NetworkAclEntry.Egress`.this@Stability(value=Stable) public CfnNetworkAclEntryProps.Builder egress(IResolvable egress)
CfnNetworkAclEntryProps.getEgress()egress - `AWS::EC2::NetworkAclEntry.Egress`.this@Stability(value=Stable) public CfnNetworkAclEntryProps.Builder icmp(CfnNetworkAclEntry.IcmpProperty icmp)
CfnNetworkAclEntryProps.getIcmp()icmp - `AWS::EC2::NetworkAclEntry.Icmp`.this@Stability(value=Stable) public CfnNetworkAclEntryProps.Builder icmp(IResolvable icmp)
CfnNetworkAclEntryProps.getIcmp()icmp - `AWS::EC2::NetworkAclEntry.Icmp`.this@Stability(value=Stable) public CfnNetworkAclEntryProps.Builder ipv6CidrBlock(String ipv6CidrBlock)
CfnNetworkAclEntryProps.getIpv6CidrBlock()ipv6CidrBlock - `AWS::EC2::NetworkAclEntry.Ipv6CidrBlock`.this@Stability(value=Stable) public CfnNetworkAclEntryProps.Builder portRange(CfnNetworkAclEntry.PortRangeProperty portRange)
CfnNetworkAclEntryProps.getPortRange()portRange - `AWS::EC2::NetworkAclEntry.PortRange`.this@Stability(value=Stable) public CfnNetworkAclEntryProps.Builder portRange(IResolvable portRange)
CfnNetworkAclEntryProps.getPortRange()portRange - `AWS::EC2::NetworkAclEntry.PortRange`.this@Stability(value=Stable) public CfnNetworkAclEntryProps build()
build in interface software.amazon.jsii.Builder<CfnNetworkAclEntryProps>CfnNetworkAclEntryPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.