public static interface ReplaceNetworkAclEntryRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReplaceNetworkAclEntryRequest.Builder,ReplaceNetworkAclEntryRequest>
Modifier and Type | Method and 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.
|
default ReplaceNetworkAclEntryRequest.Builder |
icmpTypeCode(Consumer<IcmpTypeCode.Builder> icmpTypeCode)
ICMP protocol: The ICMP or ICMPv6 type and code.
|
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ReplaceNetworkAclEntryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ReplaceNetworkAclEntryRequest.Builder |
portRange(Consumer<PortRange.Builder> portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
ReplaceNetworkAclEntryRequest.Builder |
portRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
ReplaceNetworkAclEntryRequest.Builder |
protocol(String protocol)
The protocol number.
|
ReplaceNetworkAclEntryRequest.Builder |
ruleAction(RuleAction ruleAction)
Indicates whether to allow or deny the traffic that matches the rule.
|
ReplaceNetworkAclEntryRequest.Builder |
ruleAction(String 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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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 protocol 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.
icmpTypeCode
- ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol 1 (ICMP) or protocol
58 (ICMPv6) with an IPv6 CIDR block.default ReplaceNetworkAclEntryRequest.Builder icmpTypeCode(Consumer<IcmpTypeCode.Builder> icmpTypeCode)
ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.
This is a convenience that creates an instance of theIcmpTypeCode.Builder
avoiding the need to
create one manually via IcmpTypeCode.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to icmpTypeCode(IcmpTypeCode)
.icmpTypeCode
- a consumer that will call methods on IcmpTypeCode.Builder
icmpTypeCode(IcmpTypeCode)
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 protocol 6 (TCP) or 17 (UDP).
portRange
- TCP or UDP protocols: The range of ports the rule applies to. Required if specifying protocol 6 (TCP)
or 17 (UDP).default ReplaceNetworkAclEntryRequest.Builder portRange(Consumer<PortRange.Builder> portRange)
TCP or UDP protocols: The range of ports the rule applies to. Required if specifying protocol 6 (TCP) or 17 (UDP).
This is a convenience that creates an instance of thePortRange.Builder
avoiding the need to create
one manually via PortRange.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to portRange(PortRange)
.portRange
- a consumer that will call methods on PortRange.Builder
portRange(PortRange)
ReplaceNetworkAclEntryRequest.Builder protocol(String protocol)
The protocol number. A value of "-1" means all protocols. If you specify "-1" or a protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that 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 protocol number. A value of "-1" means all protocols. If you specify "-1" or a protocol number
other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is allowed, regardless of any
ports or ICMP types or codes that 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
,
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
,
RuleAction
ReplaceNetworkAclEntryRequest.Builder ruleNumber(Integer ruleNumber)
The rule number of the entry to replace.
ruleNumber
- The rule number of the entry to replace.ReplaceNetworkAclEntryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ReplaceNetworkAclEntryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.