CopyableBuilder<NetworkAcl.Builder,NetworkAcl>
, SdkBuilder<NetworkAcl.Builder,NetworkAcl>
public static interface NetworkAcl.Builder extends CopyableBuilder<NetworkAcl.Builder,NetworkAcl>
Modifier and Type | Method | Description |
---|---|---|
NetworkAcl.Builder |
associations(Collection<NetworkAclAssociation> associations) |
Any associations between the network ACL and one or more subnets
|
NetworkAcl.Builder |
associations(NetworkAclAssociation... associations) |
Any associations between the network ACL and one or more subnets
|
NetworkAcl.Builder |
entries(Collection<NetworkAclEntry> entries) |
One or more entries (rules) in the network ACL.
|
NetworkAcl.Builder |
entries(NetworkAclEntry... entries) |
One or more entries (rules) in the network ACL.
|
NetworkAcl.Builder |
isDefault(Boolean isDefault) |
Indicates whether this is the default network ACL for the VPC.
|
NetworkAcl.Builder |
networkAclId(String networkAclId) |
The ID of the network ACL.
|
NetworkAcl.Builder |
tags(Collection<Tag> tags) |
Any tags assigned to the network ACL.
|
NetworkAcl.Builder |
tags(Tag... tags) |
Any tags assigned to the network ACL.
|
NetworkAcl.Builder |
vpcId(String vpcId) |
The ID of the VPC for the network ACL.
|
copy
apply, build
NetworkAcl.Builder associations(Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnets
associations
- Any associations between the network ACL and one or more subnetsNetworkAcl.Builder associations(NetworkAclAssociation... associations)
Any associations between the network ACL and one or more subnets
NOTE: This method appends the values to the existing list (if any). Use
#setAssociations(java.util.Collection)
or #withAssociations(java.util.Collection)
if you want
to override the existing values.
associations
- Any associations between the network ACL and one or more subnetsNetworkAcl.Builder entries(Collection<NetworkAclEntry> entries)
One or more entries (rules) in the network ACL.
entries
- One or more entries (rules) in the network ACL.NetworkAcl.Builder entries(NetworkAclEntry... entries)
One or more entries (rules) in the network ACL.
NOTE: This method appends the values to the existing list (if any). Use
#setEntries(java.util.Collection)
or #withEntries(java.util.Collection)
if you want to
override the existing values.
entries
- One or more entries (rules) in the network ACL.NetworkAcl.Builder isDefault(Boolean isDefault)
Indicates whether this is the default network ACL for the VPC.
isDefault
- Indicates whether this is the default network ACL for the VPC.NetworkAcl.Builder networkAclId(String networkAclId)
The ID of the network ACL.
networkAclId
- The ID of the network ACL.NetworkAcl.Builder tags(Collection<Tag> tags)
Any tags assigned to the network ACL.
tags
- Any tags assigned to the network ACL.NetworkAcl.Builder tags(Tag... tags)
Any tags assigned to the network ACL.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Any tags assigned to the network ACL.NetworkAcl.Builder vpcId(String vpcId)
The ID of the VPC for the network ACL.
vpcId
- The ID of the VPC for the network ACL.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.