| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkAcl.Builder |
NetworkAcl.Builder.associations(Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnets
|
NetworkAcl.Builder |
NetworkAcl.Builder.associations(Consumer<NetworkAclAssociation.Builder>... associations)
Any associations between the network ACL and one or more subnets
|
NetworkAcl.Builder |
NetworkAcl.Builder.associations(NetworkAclAssociation... associations)
Any associations between the network ACL and one or more subnets
|
static NetworkAcl.Builder |
NetworkAcl.builder() |
NetworkAcl.Builder |
NetworkAcl.Builder.entries(Collection<NetworkAclEntry> entries)
One or more entries (rules) in the network ACL.
|
NetworkAcl.Builder |
NetworkAcl.Builder.entries(Consumer<NetworkAclEntry.Builder>... entries)
One or more entries (rules) in the network ACL.
|
NetworkAcl.Builder |
NetworkAcl.Builder.entries(NetworkAclEntry... entries)
One or more entries (rules) in the network ACL.
|
NetworkAcl.Builder |
NetworkAcl.Builder.isDefault(Boolean isDefault)
Indicates whether this is the default network ACL for the VPC.
|
NetworkAcl.Builder |
NetworkAcl.Builder.networkAclId(String networkAclId)
The ID of the network ACL.
|
NetworkAcl.Builder |
NetworkAcl.Builder.ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the network ACL.
|
NetworkAcl.Builder |
NetworkAcl.Builder.tags(Collection<Tag> tags)
Any tags assigned to the network ACL.
|
NetworkAcl.Builder |
NetworkAcl.Builder.tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the network ACL.
|
NetworkAcl.Builder |
NetworkAcl.Builder.tags(Tag... tags)
Any tags assigned to the network ACL.
|
NetworkAcl.Builder |
NetworkAcl.toBuilder() |
NetworkAcl.Builder |
NetworkAcl.Builder.vpcId(String vpcId)
The ID of the VPC for the network ACL.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkAcl.Builder> |
NetworkAcl.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateNetworkAclResponse.Builder |
CreateNetworkAclResponse.Builder.networkAcl(Consumer<NetworkAcl.Builder> networkAcl)
Information about the network ACL.
|
Copyright © 2021. All rights reserved.