| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.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.
|
default NetworkACLEntry.Builder |
NetworkACLEntry.Builder.icmpTypeCode(Consumer<IcmpTypeCode.Builder> icmpTypeCode)
Defines the ICMP protocol that consists of the ICMP type and code.
|
NetworkACLEntry.Builder |
NetworkACLEntry.Builder.icmpTypeCode(IcmpTypeCode icmpTypeCode)
Defines the ICMP protocol that consists of the ICMP type and code.
|
default NetworkACLEntry.Builder |
NetworkACLEntry.Builder.portRange(Consumer<PortRange.Builder> portRange)
The range of ports the rule applies to.
|
NetworkACLEntry.Builder |
NetworkACLEntry.Builder.portRange(PortRange portRange)
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 © 2023. All rights reserved.