Uses of Interface
software.amazon.awssdk.services.ec2.model.NetworkAclEntry.Builder
Packages that use NetworkAclEntry.Builder
-
Uses of NetworkAclEntry.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkAclEntry.BuilderModifier and TypeMethodDescriptionstatic NetworkAclEntry.BuilderNetworkAclEntry.builder()The IPv4 network range to allow or deny, in CIDR notation.Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).default NetworkAclEntry.BuilderNetworkAclEntry.Builder.icmpTypeCode(Consumer<IcmpTypeCode.Builder> icmpTypeCode) ICMP protocol: The ICMP type and code.NetworkAclEntry.Builder.icmpTypeCode(IcmpTypeCode icmpTypeCode) ICMP protocol: The ICMP type and code.NetworkAclEntry.Builder.ipv6CidrBlock(String ipv6CidrBlock) The IPv6 network range to allow or deny, in CIDR notation.default NetworkAclEntry.BuilderNetworkAclEntry.Builder.portRange(Consumer<PortRange.Builder> portRange) TCP or UDP protocols: The range of ports the rule applies to.TCP or UDP protocols: The range of ports the rule applies to.The protocol number.NetworkAclEntry.Builder.ruleAction(String ruleAction) Indicates whether to allow or deny the traffic that matches the rule.NetworkAclEntry.Builder.ruleAction(RuleAction ruleAction) Indicates whether to allow or deny the traffic that matches the rule.NetworkAclEntry.Builder.ruleNumber(Integer ruleNumber) The rule number for the entry.NetworkAclEntry.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkAclEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NetworkAclEntry.Builder>NetworkAclEntry.serializableBuilderClass()