Uses of Interface
software.amazon.awssdk.services.ec2.model.NetworkAcl.Builder
Packages that use NetworkAcl.Builder
-
Uses of NetworkAcl.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkAcl.BuilderModifier and TypeMethodDescriptionNetworkAcl.Builder.associations(Collection<NetworkAclAssociation> associations) Any associations between the network ACL and your subnetsNetworkAcl.Builder.associations(Consumer<NetworkAclAssociation.Builder>... associations) Any associations between the network ACL and your subnetsNetworkAcl.Builder.associations(NetworkAclAssociation... associations) Any associations between the network ACL and your subnetsstatic NetworkAcl.BuilderNetworkAcl.builder()NetworkAcl.Builder.entries(Collection<NetworkAclEntry> entries) The entries (rules) in the network ACL.NetworkAcl.Builder.entries(Consumer<NetworkAclEntry.Builder>... entries) The entries (rules) in the network ACL.NetworkAcl.Builder.entries(NetworkAclEntry... entries) The entries (rules) in the network ACL.Indicates whether this is the default network ACL for the VPC.NetworkAcl.Builder.networkAclId(String networkAclId) The ID of the network ACL.The ID of the Amazon Web Services account that owns the network ACL.NetworkAcl.Builder.tags(Collection<Tag> tags) Any tags assigned to the network ACL.NetworkAcl.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the network ACL.Any tags assigned to the network ACL.NetworkAcl.toBuilder()The ID of the VPC for the network ACL.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkAcl.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NetworkAcl.Builder>NetworkAcl.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkAcl.BuilderModifier and TypeMethodDescriptiondefault CreateNetworkAclResponse.BuilderCreateNetworkAclResponse.Builder.networkAcl(Consumer<NetworkAcl.Builder> networkAcl) Information about the network ACL.