| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
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 rule (applied to traffic leaving the subnet).
|
default NetworkAclEntry.Builder |
NetworkAclEntry.Builder.icmpTypeCode(Consumer<IcmpTypeCode.Builder> icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.icmpTypeCode(IcmpTypeCode 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<PortRange.Builder> portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.portRange(PortRange 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(RuleAction ruleAction)
Indicates whether to allow or deny the traffic that matches the rule.
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.ruleAction(String ruleAction)
Indicates whether to allow or deny the traffic that matches the rule.
|
NetworkAclEntry.Builder |
NetworkAclEntry.Builder.ruleNumber(Integer ruleNumber)
The rule number for the entry.
|
NetworkAclEntry.Builder |
NetworkAclEntry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkAclEntry.Builder> |
NetworkAclEntry.serializableBuilderClass() |
Copyright © 2020. All rights reserved.