public static interface AwsEc2NetworkAclAssociation.Builder extends SdkPojo, CopyableBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkAclAssociation.Builder |
networkAclAssociationId(String networkAclAssociationId)
The identifier of the association between the network ACL and the subnet.
|
AwsEc2NetworkAclAssociation.Builder |
networkAclId(String networkAclId)
The identifier of the network ACL.
|
AwsEc2NetworkAclAssociation.Builder |
subnetId(String subnetId)
The identifier of the subnet that is associated with the network ACL.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2NetworkAclAssociation.Builder networkAclAssociationId(String networkAclAssociationId)
The identifier of the association between the network ACL and the subnet.
networkAclAssociationId - The identifier of the association between the network ACL and the subnet.AwsEc2NetworkAclAssociation.Builder networkAclId(String networkAclId)
The identifier of the network ACL.
networkAclId - The identifier of the network ACL.AwsEc2NetworkAclAssociation.Builder subnetId(String subnetId)
The identifier of the subnet that is associated with the network ACL.
subnetId - The identifier of the subnet that is associated with the network ACL.Copyright © 2023. All rights reserved.