CopyableBuilder<ReplaceNetworkAclEntryRequest.Builder,ReplaceNetworkAclEntryRequest>
, SdkBuilder<ReplaceNetworkAclEntryRequest.Builder,ReplaceNetworkAclEntryRequest>
public static interface ReplaceNetworkAclEntryRequest.Builder extends CopyableBuilder<ReplaceNetworkAclEntryRequest.Builder,ReplaceNetworkAclEntryRequest>
Modifier and Type | Method | Description |
---|---|---|
ReplaceNetworkAclEntryRequest.Builder |
cidrBlock(String cidrBlock) |
The IPv4 network range to allow or deny, in CIDR notation (for example
172.16.0.0/24 ). |
ReplaceNetworkAclEntryRequest.Builder |
egress(Boolean egress) |
Indicates whether to replace the egress rule.
|
ReplaceNetworkAclEntryRequest.Builder |
icmpTypeCode(IcmpTypeCode icmpTypeCode) |
ICMP protocol: The ICMP or ICMPv6 type and code.
|
ReplaceNetworkAclEntryRequest.Builder |
ipv6CidrBlock(String ipv6CidrBlock) |
The IPv6 network range to allow or deny, in CIDR notation (for example
2001:bd8:1234:1a00::/64 ). |
ReplaceNetworkAclEntryRequest.Builder |
networkAclId(String networkAclId) |
The ID of the ACL.
|
ReplaceNetworkAclEntryRequest.Builder |
portRange(PortRange portRange) |
TCP or UDP protocols: The range of ports the rule applies to.
|
ReplaceNetworkAclEntryRequest.Builder |
protocol(String protocol) |
The IP protocol.
|
ReplaceNetworkAclEntryRequest.Builder |
ruleAction(String ruleAction) |
Indicates whether to allow or deny the traffic that matches the rule.
|
ReplaceNetworkAclEntryRequest.Builder |
ruleAction(RuleAction ruleAction) |
Indicates whether to allow or deny the traffic that matches the rule.
|
ReplaceNetworkAclEntryRequest.Builder |
ruleNumber(Integer ruleNumber) |
The rule number of the entry to replace.
|
copy
apply, build
ReplaceNetworkAclEntryRequest.Builder cidrBlock(String cidrBlock)
The IPv4 network range to allow or deny, in CIDR notation (for example 172.16.0.0/24
).
cidrBlock
- The IPv4 network range to allow or deny, in CIDR notation (for example 172.16.0.0/24
).ReplaceNetworkAclEntryRequest.Builder egress(Boolean egress)
Indicates whether to replace the egress rule.
Default: If no value is specified, we replace the ingress rule.
egress
- Indicates whether to replace the egress rule.
Default: If no value is specified, we replace the ingress rule.
ReplaceNetworkAclEntryRequest.Builder icmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying the ICMP (1) protocol, or protocol 58 (ICMPv6) with an IPv6 CIDR block.
icmpTypeCode
- ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying the ICMP (1) protocol, or
protocol 58 (ICMPv6) with an IPv6 CIDR block.ReplaceNetworkAclEntryRequest.Builder ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 network range to allow or deny, in CIDR notation (for example 2001:bd8:1234:1a00::/64
).
ipv6CidrBlock
- The IPv6 network range to allow or deny, in CIDR notation (for example
2001:bd8:1234:1a00::/64
).ReplaceNetworkAclEntryRequest.Builder networkAclId(String networkAclId)
The ID of the ACL.
networkAclId
- The ID of the ACL.ReplaceNetworkAclEntryRequest.Builder portRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to. Required if specifying TCP (6) or UDP (17) for the protocol.
portRange
- TCP or UDP protocols: The range of ports the rule applies to. Required if specifying TCP (6) or UDP
(17) for the protocol.ReplaceNetworkAclEntryRequest.Builder protocol(String protocol)
The IP protocol. You can specify all
or -1
to mean all protocols. If you specify
all
, -1
, or a protocol number other than tcp
, udp
, or
icmp
, traffic on all ports is allowed, regardless of any ports or ICMP types or codes you
specify. If you specify protocol 58
(ICMPv6) and specify an IPv4 CIDR block, traffic for all
ICMP types and codes allowed, regardless of any that you specify. If you specify protocol 58
(ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.
protocol
- The IP protocol. You can specify all
or -1
to mean all protocols. If you
specify all
, -1
, or a protocol number other than tcp
,
udp
, or icmp
, traffic on all ports is allowed, regardless of any ports or
ICMP types or codes you specify. If you specify protocol 58
(ICMPv6) and specify an IPv4
CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you
specify protocol 58
(ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP
type and code.ReplaceNetworkAclEntryRequest.Builder ruleAction(String ruleAction)
Indicates whether to allow or deny the traffic that matches the rule.
ruleAction
- Indicates whether to allow or deny the traffic that matches the rule.RuleAction
ReplaceNetworkAclEntryRequest.Builder ruleAction(RuleAction ruleAction)
Indicates whether to allow or deny the traffic that matches the rule.
ruleAction
- Indicates whether to allow or deny the traffic that matches the rule.RuleAction
ReplaceNetworkAclEntryRequest.Builder ruleNumber(Integer ruleNumber)
The rule number of the entry to replace.
ruleNumber
- The rule number of the entry to replace.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.