ToCopyableBuilder<NetworkAclEntry.Builder,NetworkAclEntry>
@Generated("software.amazon.awssdk:codegen") public class NetworkAclEntry extends Object implements ToCopyableBuilder<NetworkAclEntry.Builder,NetworkAclEntry>
Describes an entry in a network ACL.
Modifier and Type | Class | Description |
---|---|---|
static interface |
NetworkAclEntry.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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.
RuleAction
public Integer ruleNumber()
The rule number for the entry. ACL entries are processed in ascending order by rule number.
public NetworkAclEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NetworkAclEntry.Builder,NetworkAclEntry>
public static NetworkAclEntry.Builder builder()
public static Class<? extends NetworkAclEntry.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.