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 AWS 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 AWS account that owns the network ACL.
ownerId - The identifier of the AWS 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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #associations(List) .associations - a consumer that will call methods on List.Builder #associations(List) 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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #entries(List) .entries - a consumer that will call methods on List.Builder #entries(List) Copyright © 2021. All rights reserved.