| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.builder() |
AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.Builder.cidrBlock(String cidrBlock)
The IPV4 network range for which to deny or allow access.
|
AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.Builder.egress(Boolean egress)
Whether the rule is an egress rule.
|
default AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.Builder.icmpTypeCode(Consumer<IcmpTypeCode.Builder> icmpTypeCode)
The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.
|
AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.Builder.icmpTypeCode(IcmpTypeCode icmpTypeCode)
The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.
|
AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.Builder.ipv6CidrBlock(String ipv6CidrBlock)
The IPV6 network range for which to deny or allow access.
|
default AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.Builder.portRange(Consumer<PortRangeFromTo.Builder> portRange)
For TCP or UDP protocols, the range of ports that the rule applies to.
|
AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.Builder.portRange(PortRangeFromTo portRange)
For TCP or UDP protocols, the range of ports that the rule applies to.
|
AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.Builder.protocol(String protocol)
The protocol that the rule applies to.
|
AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.Builder.ruleAction(String ruleAction)
Whether the rule is used to allow access or deny access.
|
AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.Builder.ruleNumber(Integer ruleNumber)
The rule number.
|
AwsEc2NetworkAclEntry.Builder |
AwsEc2NetworkAclEntry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsEc2NetworkAclEntry.Builder> |
AwsEc2NetworkAclEntry.serializableBuilderClass() |
Copyright © 2023. All rights reserved.