Interface AwsEc2NetworkAclAssociation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>, SdkBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>, SdkPojo
Enclosing class:
AwsEc2NetworkAclAssociation

public static interface AwsEc2NetworkAclAssociation.Builder extends SdkPojo, CopyableBuilder<AwsEc2NetworkAclAssociation.Builder,AwsEc2NetworkAclAssociation>
  • Method Details

    • networkAclAssociationId

      AwsEc2NetworkAclAssociation.Builder networkAclAssociationId(String networkAclAssociationId)

      The identifier of the association between the network ACL and the subnet.

      Parameters:
      networkAclAssociationId - The identifier of the association between the network ACL and the subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkAclId

      AwsEc2NetworkAclAssociation.Builder networkAclId(String networkAclId)

      The identifier of the network ACL.

      Parameters:
      networkAclId - The identifier of the network ACL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetId

      The identifier of the subnet that is associated with the network ACL.

      Parameters:
      subnetId - The identifier of the subnet that is associated with the network ACL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.