public static interface NetworkAcl.Builder extends SdkPojo, CopyableBuilder<NetworkAcl.Builder,NetworkAcl>
| Modifier and Type | Method and Description |
|---|---|
NetworkAcl.Builder |
associations(Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnets
|
NetworkAcl.Builder |
associations(Consumer<NetworkAclAssociation.Builder>... 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(Consumer<NetworkAclEntry.Builder>... 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 |
ownerId(String ownerId)
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.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkAcl.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
associations - Any associations between the network ACL and one or more subnetsNetworkAcl.Builder associations(Consumer<NetworkAclAssociation.Builder>... associations)
Any associations between the network ACL and one or more subnets
This is a convenience method that creates an instance of theNetworkAclAssociation.Builder avoiding the need to create
one manually via NetworkAclAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #associations(List.
associations - a consumer that will call methods on
NetworkAclAssociation.Builder#associations(java.util.Collection) NetworkAcl.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.
entries - One or more entries (rules) in the network ACL.NetworkAcl.Builder entries(Consumer<NetworkAclEntry.Builder>... entries)
One or more entries (rules) in the network ACL.
This is a convenience method that creates an instance of theNetworkAclEntry.Builder avoiding the need to create one
manually via NetworkAclEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #entries(List.
entries - a consumer that will call methods on
NetworkAclEntry.Builder#entries(java.util.Collection) 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.
tags - Any tags assigned to the network ACL.NetworkAcl.Builder tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the network ACL.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) NetworkAcl.Builder vpcId(String vpcId)
The ID of the VPC for the network ACL.
vpcId - The ID of the VPC for the network ACL.NetworkAcl.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the network ACL.
ownerId - The ID of the Amazon Web Services account that owns the network ACL.Copyright © 2022. All rights reserved.