static NetworkAclEntry.Builder |
NetworkAclEntry.builder() |
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.cidrBlock(String cidrBlock) |
The IPv4 network range to allow or deny, in CIDR notation.
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.egress(Boolean egress) |
Indicates whether the rule is an egress, or outbound, rule (applied to traffic leaving the subnet).
|
default NetworkAclEntry.Builder |
NetworkAclEntry.Builder.icmpTypeCode(Consumer<NetworkAclIcmpTypeCode.Builder> icmpTypeCode) |
ICMP protocol: The ICMP type and code.
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.icmpTypeCode(NetworkAclIcmpTypeCode icmpTypeCode) |
ICMP protocol: The ICMP type and code.
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.ipv6CidrBlock(String ipv6CidrBlock) |
The IPv6 network range to allow or deny, in CIDR notation.
|
default NetworkAclEntry.Builder |
NetworkAclEntry.Builder.portRange(Consumer<NetworkAclPortRange.Builder> portRange) |
TCP or UDP protocols: The range of ports the rule applies to.
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.portRange(NetworkAclPortRange portRange) |
TCP or UDP protocols: The range of ports the rule applies to.
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.protocol(String protocol) |
The protocol number.
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.ruleAction(String ruleAction) |
Indicates whether to allow or deny the traffic that matches the rule.
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.ruleAction(NetworkAclRuleAction ruleAction) |
Indicates whether to allow or deny the traffic that matches the rule.
|
NetworkAclEntry.Builder |
NetworkAclEntry.toBuilder() |
|