public static interface AwsEc2NetworkAclDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2NetworkAclDetails.Builder,AwsEc2NetworkAclDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkAclDetails.Builder |
associations(AwsEc2NetworkAclAssociation... associations)
Associations between the network ACL and subnets.
|
AwsEc2NetworkAclDetails.Builder |
associations(Collection<AwsEc2NetworkAclAssociation> associations)
Associations between the network ACL and subnets.
|
AwsEc2NetworkAclDetails.Builder |
associations(Consumer<AwsEc2NetworkAclAssociation.Builder>... associations)
Associations between the network ACL and subnets.
|
AwsEc2NetworkAclDetails.Builder |
entries(AwsEc2NetworkAclEntry... entries)
The set of rules in the network ACL.
|
AwsEc2NetworkAclDetails.Builder |
entries(Collection<AwsEc2NetworkAclEntry> entries)
The set of rules in the network ACL.
|
AwsEc2NetworkAclDetails.Builder |
entries(Consumer<AwsEc2NetworkAclEntry.Builder>... entries)
The set of rules in the network ACL.
|
AwsEc2NetworkAclDetails.Builder |
isDefault(Boolean isDefault)
Whether this is the default network ACL for the VPC.
|
AwsEc2NetworkAclDetails.Builder |
networkAclId(String networkAclId)
The identifier of the network ACL.
|
AwsEc2NetworkAclDetails.Builder |
ownerId(String ownerId)
The identifier of the Amazon Web Services account that owns the network ACL.
|
AwsEc2NetworkAclDetails.Builder |
vpcId(String vpcId)
The identifier of the VPC for the network ACL.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2NetworkAclDetails.Builder isDefault(Boolean isDefault)
Whether this is the default network ACL for the VPC.
isDefault - Whether this is the default network ACL for the VPC.AwsEc2NetworkAclDetails.Builder networkAclId(String networkAclId)
The identifier of the network ACL.
networkAclId - The identifier of the network ACL.AwsEc2NetworkAclDetails.Builder ownerId(String ownerId)
The identifier of the Amazon Web Services account that owns the network ACL.
ownerId - The identifier of the Amazon Web Services account that owns the network ACL.AwsEc2NetworkAclDetails.Builder vpcId(String vpcId)
The identifier of the VPC for the network ACL.
vpcId - The identifier of the VPC for the network ACL.AwsEc2NetworkAclDetails.Builder associations(Collection<AwsEc2NetworkAclAssociation> associations)
Associations between the network ACL and subnets.
associations - Associations between the network ACL and subnets.AwsEc2NetworkAclDetails.Builder associations(AwsEc2NetworkAclAssociation... associations)
Associations between the network ACL and subnets.
associations - Associations between the network ACL and subnets.AwsEc2NetworkAclDetails.Builder associations(Consumer<AwsEc2NetworkAclAssociation.Builder>... associations)
Associations between the network ACL and subnets.
This is a convenience method that creates an instance of theAwsEc2NetworkAclAssociation.Builder avoiding the
need to create one manually via
AwsEc2NetworkAclAssociation.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
AwsEc2NetworkAclAssociation.Builder#associations(java.util.Collection) AwsEc2NetworkAclDetails.Builder entries(Collection<AwsEc2NetworkAclEntry> entries)
The set of rules in the network ACL.
entries - The set of rules in the network ACL.AwsEc2NetworkAclDetails.Builder entries(AwsEc2NetworkAclEntry... entries)
The set of rules in the network ACL.
entries - The set of rules in the network ACL.AwsEc2NetworkAclDetails.Builder entries(Consumer<AwsEc2NetworkAclEntry.Builder>... entries)
The set of rules in the network ACL.
This is a convenience method that creates an instance of theAwsEc2NetworkAclEntry.Builder avoiding the need to
create one manually via
AwsEc2NetworkAclEntry.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
AwsEc2NetworkAclEntry.Builder#entries(java.util.Collection) Copyright © 2023. All rights reserved.