Uses of Class
software.amazon.awscdk.services.ec2.NetworkAclEntryProps.Builder
-
Uses of NetworkAclEntryProps.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionstatic NetworkAclEntryProps.Builder
NetworkAclEntryProps.builder()
Sets the value ofCommonNetworkAclEntryOptions.getCidr()
NetworkAclEntryProps.Builder.direction
(TrafficDirection direction) Sets the value ofCommonNetworkAclEntryOptions.getDirection()
NetworkAclEntryProps.Builder.networkAcl
(INetworkAcl networkAcl) Sets the value ofNetworkAclEntryProps.getNetworkAcl()
NetworkAclEntryProps.Builder.networkAclEntryName
(String networkAclEntryName) Sets the value ofCommonNetworkAclEntryOptions.getNetworkAclEntryName()
NetworkAclEntryProps.Builder.ruleAction
(Action ruleAction) Sets the value ofCommonNetworkAclEntryOptions.getRuleAction()
NetworkAclEntryProps.Builder.ruleNumber
(Number ruleNumber) Sets the value ofCommonNetworkAclEntryOptions.getRuleNumber()
NetworkAclEntryProps.Builder.traffic
(AclTraffic traffic) Sets the value ofCommonNetworkAclEntryOptions.getTraffic()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(NetworkAclEntryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theNetworkAclEntryProps.Builder
.