@Generated(value="software.amazon.awssdk:codegen") public class NetworkAclEntry extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<NetworkAclEntry.Builder,NetworkAclEntry>
Describes an entry in a network ACL.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkAclEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NetworkAclEntry.Builder |
builder() |
String |
cidrBlock()
The IPv4 network range to allow or deny, in CIDR notation.
|
Boolean |
egress()
Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).
|
boolean |
equals(Object obj) |
int |
hashCode() |
IcmpTypeCode |
icmpTypeCode()
ICMP protocol: The ICMP type and code.
|
String |
ipv6CidrBlock()
The IPv6 network range to allow or deny, in CIDR notation.
|
PortRange |
portRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
String |
protocol()
The protocol.
|
String |
ruleAction()
Indicates whether to allow or deny the traffic that matches the rule.
|
Integer |
ruleNumber()
The rule number for the entry.
|
static Class<? extends NetworkAclEntry.Builder> |
serializableBuilderClass() |
NetworkAclEntry.Builder |
toBuilder() |
String |
toString() |
public String cidrBlock()
The IPv4 network range to allow or deny, in CIDR notation.
public Boolean egress()
Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).
public IcmpTypeCode icmpTypeCode()
ICMP protocol: The ICMP type and code.
public String ipv6CidrBlock()
The IPv6 network range to allow or deny, in CIDR notation.
public PortRange portRange()
TCP or UDP protocols: The range of ports the rule applies to.
public String protocol()
The protocol. A value of -1 means all protocols.
-1 means all protocols.public String ruleAction()
Indicates whether to allow or deny the traffic that matches the rule.
RuleActionpublic Integer ruleNumber()
The rule number for the entry. ACL entries are processed in ascending order by rule number.
public NetworkAclEntry.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<NetworkAclEntry.Builder,NetworkAclEntry>public static NetworkAclEntry.Builder builder()
public static Class<? extends NetworkAclEntry.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.